mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
10 lines
228 B
Batchfile
10 lines
228 B
Batchfile
|
|
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%" |