- try to fix build on 2010

This commit is contained in:
Mark Vejvoda 2012-04-26 19:44:44 +00:00
parent c5855874f0
commit a61f2941ec
1 changed files with 3 additions and 0 deletions

View File

@ -13,7 +13,10 @@ if NOT EXIST ..\..\data\glest_game\wget.exe call cscript getTools.vbs
set depfolder=windows_deps
set depfile=%depfolder%.7z
dir ..\..\source\
if NOT EXIST ..\..\source\%depfolder%\NUL echo folder not found [%depfolder%]
if NOT EXIST ..\..\source\%depfolder%\NUL goto checkDepIntegrity
goto processBuildStageA
:getDepFile
ECHO Retrieving windows dependency archive...