adjust build-ifcopenshell & install-ifcopenshell to the build cfg batch file change

This commit is contained in:
Stinkfist0
2016-01-31 18:45:33 +02:00
parent f2bdfbd049
commit 01f8882311
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ echo.
:: Enable the delayed environment variable expansion needed in VSConfig.cmd.
setlocal EnableDelayedExpansion
call vs-cfg.cmd %1 %2
call vs-cfg.cmd %1
IF NOT %ERRORLEVEL%==0 GOTO :Error
call build-type-cfg.cmd %2
IF NOT %ERRORLEVEL%==0 GOTO :Error
echo.
+3 -1
View File
@@ -27,7 +27,9 @@ echo.
:: Enable the delayed environment variable expansion needed in VSConfig.cmd.
setlocal EnableDelayedExpansion
call vs-cfg.cmd %1 %2
call vs-cfg.cmd %1
IF NOT %ERRORLEVEL%==0 GOTO :Error
call build-type-cfg.cmd %2
IF NOT %ERRORLEVEL%==0 GOTO :Error
echo.