mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
- msvc 2015 build script works
This commit is contained in:
parent
81346ba6b9
commit
719029358f
@ -29,11 +29,16 @@ call .\7z.exe x -r -o..\..\source\ ..\..\source\%depfile%
|
||||
goto processBuildStageA
|
||||
|
||||
:checkDepIntegrity
|
||||
ECHO Looking for windows dependency archive...
|
||||
ECHO Looking for windows dependency archive, please wait... (testing existing archive)...
|
||||
call .\7z.exe t ..\..\source\%depfile% >nul
|
||||
set 7ztestdep=%ERRORLEVEL%
|
||||
ECHO Result of windows dependency archive [%7ztestdep%]
|
||||
if NOT "%7ztestdep%" == "0" goto getDepFile
|
||||
rem call .\7z.exe t ..\..\source\%depfile%
|
||||
set testdeperr=%ERRORLEVEL%
|
||||
ECHO Result of windows dependency archive [%testdeperr%]
|
||||
rem pause
|
||||
|
||||
if NOT "%testdeperr%" == "0" goto getDepFile
|
||||
if NOT EXIST ..\..\source\%depfolder%\NUL echo Extracting archive [%depfile%]
|
||||
if NOT EXIST ..\..\source\%depfolder%\NUL call .\7z.exe x -r -o..\..\source\ ..\..\source\%depfile%
|
||||
goto processBuildStageA
|
||||
|
||||
:processBuildStageA
|
||||
|
Loading…
x
Reference in New Issue
Block a user