- 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
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ if NOT EXIST ..\..\source\%depfolder%\NUL goto checkDepIntegrity
:getDepFile
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%
if NOT EXIST ..\..\source\%depfolder%\NUL call ..\..\data\glest_game\7z.exe x -r -o..\..\source\ ..\..\source\%depfile%
call ..\..\data\glest_game\wget.exe -c -O ..\..\source\%depfile% http://master.dl.sourceforge.net/project/megaglest/%depfile%
call ..\..\data\glest_game\7z.exe x -r -o..\..\source\ ..\..\source\%depfile%
goto processBuildStageA
:checkDepIntegrity