1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-02 17:46:22 +03:00

Update of environment files for compilation in batch mode.

This commit is contained in:
bugmaster 2013-07-18 12:11:50 +04:00
parent 03c69aec69
commit a44902efd1
3 changed files with 3 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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