mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
Update of environment files for compilation in batch mode.
This commit is contained in:
parent
03c69aec69
commit
a44902efd1
@ -1,3 +1,4 @@
|
|||||||
|
call "%~dp0..\..\..\env.bat" %1 %2 %3
|
||||||
|
|
||||||
set "BIN_DIR=win%ARCH%\%VCVER%\bind"
|
set "BIN_DIR=win%ARCH%\%VCVER%\bind"
|
||||||
set "LIB_DIR=win%ARCH%\%VCVER%\libd"
|
set "LIB_DIR=win%ARCH%\%VCVER%\libd"
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
call "%~dp0..\..\..\env.bat" %1 %2 %3
|
call "%~dp0env.bat" %1 %2 %3
|
||||||
|
|
||||||
call "%~dp0env.bat"
|
|
||||||
|
|
||||||
if ["%CASDEB%"] == [""] (
|
if ["%CASDEB%"] == [""] (
|
||||||
call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0All-%VCVER%.sln"
|
call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0All-%VCVER%.sln"
|
||||||
|
@ -7,8 +7,7 @@ if ["%4"] == [""] (
|
|||||||
exit /B
|
exit /B
|
||||||
)
|
)
|
||||||
|
|
||||||
call "%~dp0..\..\..\env.bat" %1 %2 %3
|
call "%~dp0env.bat" %1 %2 %3
|
||||||
call "%~dp0env.bat"
|
|
||||||
|
|
||||||
if not exist "%~dp0%BIN_DIR%\%4.exe" goto err_exe
|
if not exist "%~dp0%BIN_DIR%\%4.exe" goto err_exe
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user