mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
12 lines
217 B
Batchfile
Executable File
12 lines
217 B
Batchfile
Executable File
@ECHO OFF
|
|
|
|
call %~dp0..\..\..\ros\env.bat
|
|
|
|
SET BIN_DIR=Release
|
|
SET CSF_GraphicShr=OpenGl\Release\VoxelOpenGl.dll
|
|
|
|
SET PATH=OpenGl\Release;%QTDIR%\bin;%QTDIR%;%PATH%
|
|
|
|
SET CSF_TEX_FONT=2
|
|
SET MMGT_REENTRANT=1
|