mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0023095: Porting demo and samples on OCCT 6.5.3
This commit is contained in:
23
samples/qt/Tutorial/run.bat
Normal file
23
samples/qt/Tutorial/run.bat
Normal file
@@ -0,0 +1,23 @@
|
||||
call ../../../env.bat %1 %2 %3
|
||||
call %~dp0env.bat
|
||||
|
||||
IF not "%CASDEB%" EQU "" (
|
||||
SET BIN_DIR=win%ARCH%\%VCVER%\bind
|
||||
) ELSE (
|
||||
SET BIN_DIR=win%ARCH%\%VCVER%\bin
|
||||
)
|
||||
|
||||
if not exist "%BIN_DIR%\Tutorial.exe" goto ERR_EXE
|
||||
|
||||
echo Starting Tutorial .....
|
||||
start /D "%BIN_DIR%" Tutorial.exe
|
||||
|
||||
goto END
|
||||
|
||||
:ERR_EXE
|
||||
echo Executable %BIN_DIR%\Tutorial.exe not found."
|
||||
echo Probably you didn't compile the application.
|
||||
pause
|
||||
goto END
|
||||
|
||||
:END
|
Reference in New Issue
Block a user