- try to fix build on 2010

This commit is contained in:
Mark Vejvoda 2012-04-26 19:24:52 +00:00
parent 37c06ebcb0
commit c5855874f0

View File

@ -17,8 +17,8 @@ if NOT EXIST ..\..\source\%depfolder%\NUL goto checkDepIntegrity
:getDepFile :getDepFile
ECHO Retrieving windows dependency archive... ECHO Retrieving windows dependency archive...
if NOT EXIST ..\..\source\%depfolder%\NUL call ..\..\data\glest_game\wget.exe -c -O ..\..\source\%depfile% http://master.dl.sourceforge.net/project/megaglest/%depfile% call ..\..\data\glest_game\wget.exe -c -O ..\..\source\%depfile% http://master.dl.sourceforge.net/project/megaglest/%depfile%
if NOT EXIST ..\..\source\%depfolder%\NUL call ..\..\data\glest_game\7z.exe x -r -o..\..\source\ ..\..\source\%depfile% call ..\..\data\glest_game\7z.exe x -r -o..\..\source\ ..\..\source\%depfile%
goto processBuildStageA goto processBuildStageA
:checkDepIntegrity :checkDepIntegrity