Loading projects/generate.bat +8 −6 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] shift & goto parseArgs :start if exist ..\buildconf.bat ( if "%MODE%" == "GENERATE" ( call ..\buildconf ) else if "%VERSION%" == "PRE" ( Loading @@ -89,6 +90,7 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] ) else if "%VERSION%" == "ALL" ( call ..\buildconf -clean ) ) if "%VERSION%" == "VC6" goto vc6 if "%VERSION%" == "VC7" goto vc7 if "%VERSION%" == "VC7.1" goto vc71 Loading Loading
projects/generate.bat +8 −6 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] shift & goto parseArgs :start if exist ..\buildconf.bat ( if "%MODE%" == "GENERATE" ( call ..\buildconf ) else if "%VERSION%" == "PRE" ( Loading @@ -89,6 +90,7 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] ) else if "%VERSION%" == "ALL" ( call ..\buildconf -clean ) ) if "%VERSION%" == "VC6" goto vc6 if "%VERSION%" == "VC7" goto vc7 if "%VERSION%" == "VC7.1" goto vc71 Loading