- fixed win32 script url

This commit is contained in:
SoftCoder 2015-11-06 15:18:29 -08:00
parent 232e24cfa6
commit ae6f522917
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 736113a2b4b883722279942e11e63bdb414fe39f
Subproject commit bf04854ade7cd0fc51483c857e590acfef4fbc26

View File

@ -24,7 +24,7 @@ goto processBuildStageA
:getDepFile
ECHO Retrieving windows dependency archive...
call .\wget.exe -c -O ..\..\source\%depfile% http://http://softcoder.megaglest.org/msvc/2015/%depfile%
call .\wget.exe -c -O ..\..\source\%depfile% http://softcoder.megaglest.org/msvc/2015/%depfile%
call .\7z.exe x -r -o..\..\source\ ..\..\source\%depfile%
goto processBuildStageA