mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +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 "LIB_DIR=win%ARCH%\%VCVER%\libd"
|
||||
|
@ -1,6 +1,4 @@
|
||||
call "%~dp0..\..\..\env.bat" %1 %2 %3
|
||||
|
||||
call "%~dp0env.bat"
|
||||
call "%~dp0env.bat" %1 %2 %3
|
||||
|
||||
if ["%CASDEB%"] == [""] (
|
||||
call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0All-%VCVER%.sln"
|
||||
|
@ -7,8 +7,7 @@ if ["%4"] == [""] (
|
||||
exit /B
|
||||
)
|
||||
|
||||
call "%~dp0..\..\..\env.bat" %1 %2 %3
|
||||
call "%~dp0env.bat"
|
||||
call "%~dp0env.bat" %1 %2 %3
|
||||
|
||||
if not exist "%~dp0%BIN_DIR%\%4.exe" goto err_exe
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user