mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
unrelative changes: #!/bin/bash line was added to env.sh.in CMake: debug environment was removed for the time being; env.sh and env.bat templates were refactored possibility of using of redundant command line parameters were removed from env.sh & env.bat scripts tcl installation corrected; Removed "echo off" from shell script
8 lines
146 B
Batchfile
8 lines
146 B
Batchfile
@echo off
|
|
|
|
rem Setup environment and launch DRAWEXE
|
|
call "%~dp0env.bat"
|
|
|
|
echo Hint: use "pload ALL" command to load standard commands
|
|
DRAWEXE.exe
|