0032545: Configuration, CMake - add BUILD_FORCE_RelWithDebInfo option for generating...
[occt.git] / adm / scripts / cmake_custom.bat.template
1 rem Environment configuration template for cmake_gen.bat (to be renamed as cmake_gen_custom.bat)
2
3 set "OCCT3RDPARTY=%SrcRoot%\..\3rdparty"
4
5 set VS=14
6 set VSDATA=2015
7
8 rem Leave VSPLATFORM empty to build for x86 platform
9 set VSPLATFORM=Win64
10
11 rem ------------------------------------
12 rem Uncomment to customize building steps
13 rem ------------------------------------
14
15 rem set "BUILD_DIR=build-vs%VS%-%VSPLATFORM%"
16 rem set "INSTALL_DIR=%SrcRoot%\install"
17
18 rem set BUILD_DOC_Overview=OFF
19 rem set BUILD_Inspector=OFF
20 rem set BUILD_LIBRARY_TYPE=Shared
21 rem set BUILD_RELEASE_DISABLE_EXCEPTIONS=ON
22 rem set BUILD_WITH_DEBUG=OFF
23 rem set BUILD_ENABLE_FPE_SIGNAL_HANDLER=ON
24 rem set BUILD_USE_PCH=OFF
25 rem set BUILD_FORCE_RelWithDebInfo=OFF
26
27 rem Use semicolon-separated list of toolkits if you want to disable all modules
28 rem  and build only some toolkits.
29 rem set BUILD_ADDITIONAL_TOOLKITS=
30
31 rem Set a directory recognized as a patch for OCCT.
32 rem set BUILD_PATCH=
33
34 rem set BUILD_MODULE_ApplicationFramework=ON
35 rem set BUILD_MODULE_DataExchange=ON
36 rem set BUILD_MODULE_Draw=ON
37 rem set BUILD_MODULE_ModelingAlgorithms=ON
38 rem set BUILD_MODULE_ModelingData=ON
39 rem set BUILD_MODULE_Visualization=ON
40
41 rem set USE_D3D=OFF
42 rem set USE_FFMPEG=OFF
43 rem set USE_FREEIMAGE=OFF
44 rem set USE_GLES2=OFF
45 rem set USE_RAPIDJSON=OFF
46 rem set USE_DRACO=OFF
47 rem set USE_TBB=OFF
48 rem set USE_VTK=OFF