mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
prefix '3RDPARTY' from variables that trigger use of 3rd-party products removed help strings associated with CMake variables revised identification of Tcl8.6 libraries enables invariable cmake files moved from wok to adm/templates folder RELWITHDEBINFO build configuration added BUILD_TYPE variable was renamed in BUILD_CONFIGURATION copy just TObj/TObj.msg instead of TObj folder Option /fp:precise for Visual Studio projects set Update of documentation for building with CMake; three warnings appeared in VS projects built by CMake corrected
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
|