mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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