1
0
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:
bugmaster 2015-04-15 21:08:29 +03:00
parent 43ebf89c22
commit 3186aee9b6

View File

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