mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08: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%" |