mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
adjust build-ifcopenshell & install-ifcopenshell to the build cfg batch file change
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user