mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
WOK scripts used in generation of MSVC projects are put to adm/genproj.tcl Batch script genproj.bat added, replacing 'wgenproj' command of WOK. WOK tool for configuring custom.bat is also copied; it is called by genproj if custom.bat does not exist Environment variable SHORTCUT_HEADERS can be defined in custom.bat to have headers put in inc just shortcuts to actual headers, instead of copies. Corresponding option "copy OCCT short-cut headers instead of original one to inc folder" is added to genconf dialog
8 lines
155 B
Batchfile
8 lines
155 B
Batchfile
@echo off
|
|
|
|
rem Setup environment and launch DRAWEXE
|
|
call "%~dp0env.bat" %1 %2 %3
|
|
|
|
echo Hint: use "pload ALL" command to load standard commands
|
|
DRAWEXE.exe
|