mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
Update of environment files for compilation in batch mode.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user