mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
the choice of OCCT build type moved to generated projects debug library search removed from 3rdparty search mechanism draw.bat receive 3 arguments: compiler, bitness and build type
11 lines
182 B
Batchfile
11 lines
182 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
|
|
|
|
set "PATH=%ORIGIN_PATH%"
|
|
|