- try to fix build on 2010

This commit is contained in:
Mark Vejvoda 2012-04-26 19:17:16 +00:00
parent 266c2cb4e1
commit 37c06ebcb0
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ goto processBuildStageA
:checkDepIntegrity
ECHO Looking for windows dependency archive...
call ..\..\data\glest_game\7z.exe t ..\..\source\%depfile% >nul
ECHO Result of windows dependency archive [%ERRORLEVEL%]
if NOT ERRORLEVEL 0 goto getDepFile
set 7ztestdep=%ERRORLEVEL%
ECHO Result of windows dependency archive [%7ztestdep%]
if NOT "%7ztestdep%" == "0" goto getDepFile
goto processBuildStageA
:processBuildStageA