mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Install occt folder now can contain several occt configurations - custom.bat/sh was added to include specific (for each occt config) custom.bat/sh files - specific custom.bat/sh is added for each configuration (e.g., custom_vc9_win32_d.bat), generated by cmake and included within custom.bat/sh - draw.bat has three argument, e.g., vc9 win32 debug (as occt behavior) - sample.bat has one or four arguments, e.g., sample_name vc8 win64 release - PATH is not changed. DRAWEXE.exe is called from specific folder patched custom.[bat/sh].[main/in] files have higher priority than origin ones Documentation was updated to describe new features of CMake Seeking process of OpenCL include folder was fixed
15 lines
376 B
Batchfile
15 lines
376 B
Batchfile
echo off
|
|
|
|
if "%VCVER%" == "@COMPILER@" (
|
|
if "%ARCH%" == "@COMPILER_BITNESS@" (
|
|
if "%CASDEB%" == "@BUILD_SUFFIX@" (
|
|
set "TCL_DIR=@3RDPARTY_TCL_DLL_DIR@"
|
|
set "FREETYPE_DIR=@3RDPARTY_FREETYPE_DLL_DIR@"
|
|
set "FREEIMAGE_DIR=@3RDPARTY_FREEIMAGE_DLL_DIR@"
|
|
set "GL2PS_DIR=@3RDPARTY_GL2PS_DLL_DIR@"
|
|
set "TBB_DIR=@3RDPARTY_TBB_DLL_DIR@"
|
|
)
|
|
)
|
|
)
|
|
|