mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
Output directory for binaries of CSharp samples was corrected. Common run.bat was created for CSharp samples. Behaviour of run.bat file from mfc samples was extended. Recovered separate run_*.bat files for each sample in CSharp sample.
11 lines
263 B
Batchfile
11 lines
263 B
Batchfile
call "%~dp0..\..\env.bat" %1 %2 %3
|
|
|
|
set "BIN_DIR=win%ARCH%\%VCVER%\bind"
|
|
set "LIB_DIR=win%ARCH%\%VCVER%\libd"
|
|
|
|
if ["%CASDEB%"] == [""] (
|
|
set "BIN_DIR=win%ARCH%\%VCVER%\bin"
|
|
set "LIB_DIR=win%ARCH%\%VCVER%\lib"
|
|
)
|
|
|
|
set "PATH=%~dp0%LIB_DIR%;%~dp0%BIN_DIR%;%PATH%" |