mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
- try to fix build on 2010
This commit is contained in:
parent
37c06ebcb0
commit
c5855874f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user