- 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

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