mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Correction of run.bat for VoxelDemo
This commit is contained in:
parent
43ebf89c22
commit
3186aee9b6
@ -1,8 +1,8 @@
|
||||
call "%~dp0..\..\..\env.bat" %1 %2 %3
|
||||
|
||||
set "BIN_DIR=Debug"
|
||||
set "BIN_DIR=win%ARCH%\%VCVER%\bind"
|
||||
if ["%CASDEB%"] == [""] (
|
||||
set "BIN_DIR=Release"
|
||||
set "BIN_DIR=win%ARCH%\%VCVER%\bin"
|
||||
)
|
||||
|
||||
if not exist "%~dp0%BIN_DIR%\VoxelDemo.exe" goto ERR_EXE
|
||||
|
Loading…
x
Reference in New Issue
Block a user