Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogre_src_v1-9-0/OgreMain/include/OgreBuildSettings.h @ 148

Last change on this file since 148 was 148, checked in by patricwi, 6 years ago

Added new dependencies for ogre1.9 and cegui0.8

File size: 1.7 KB
Line 
1#ifndef __Custom_Config_H_
2#define __Custom_Config_H_
3
4// CMake auto-generated configuration options
5
6/* #undef OGRE_STATIC_LIB */
7
8/* #undef OGRE_BUILD_RENDERSYSTEM_D3D9 */
9/* #undef OGRE_BUILD_RENDERSYSTEM_D3D11 */
10#define OGRE_BUILD_RENDERSYSTEM_GL
11/* #undef OGRE_BUILD_RENDERSYSTEM_GL3PLUS */
12/* #undef OGRE_BUILD_RENDERSYSTEM_GLES */
13/* #undef OGRE_BUILD_RENDERSYSTEM_GLES2 */
14#define OGRE_BUILD_PLUGIN_BSP
15#define OGRE_BUILD_PLUGIN_OCTREE
16#define OGRE_BUILD_PLUGIN_PCZ
17#define OGRE_BUILD_PLUGIN_PFX
18/* #undef OGRE_BUILD_PLUGIN_CG */
19#define OGRE_BUILD_COMPONENT_PAGING
20#define OGRE_BUILD_COMPONENT_TERRAIN
21#define OGRE_BUILD_COMPONENT_VOLUME
22#define OGRE_BUILD_COMPONENT_PROPERTY
23#define OGRE_BUILD_COMPONENT_OVERLAY
24#define OGRE_BUILD_COMPONENT_RTSHADERSYSTEM
25
26#define OGRE_CONFIG_LITTLE_ENDIAN
27/* #undef OGRE_CONFIG_BIG_ENDIAN */
28
29#define OGRE_DOUBLE_PRECISION 0
30
31#define OGRE_MEMORY_ALLOCATOR 4
32
33#define OGRE_CONTAINERS_USE_CUSTOM_MEMORY_ALLOCATOR 1
34
35#define OGRE_STRING_USE_CUSTOM_MEMORY_ALLOCATOR 0
36
37#define OGRE_MEMORY_TRACKER_DEBUG_MODE 0
38
39#define OGRE_MEMORY_TRACKER_RELEASE_MODE 0
40
41#define OGRE_ASSERT_MODE 0
42
43#define OGRE_THREAD_SUPPORT 2
44
45#define OGRE_THREAD_PROVIDER 1
46
47#define OGRE_NO_FREEIMAGE 0
48
49#define OGRE_NO_DDS_CODEC 0
50
51#define OGRE_NO_PVRTC_CODEC 1
52
53#define OGRE_NO_ETC_CODEC 1
54
55#define OGRE_NO_ZIP_ARCHIVE 0
56
57#define OGRE_NO_VIEWPORT_ORIENTATIONMODE 1
58
59#define OGRE_NO_GLES2_CG_SUPPORT 1
60
61#define OGRE_NO_GLES2_GLSL_OPTIMISER 1
62
63#define OGRE_NO_GLES2_VAO_SUPPORT 1
64
65#define OGRE_NO_GL_STATE_CACHE_SUPPORT 1
66
67#define OGRE_NO_GLES3_SUPPORT 1
68
69#define OGRE_NO_LIBCPP_SUPPORT 1
70
71#define OGRE_USE_BOOST 1
72
73#define OGRE_PROFILING 0
74
75#define RTSHADER_SYSTEM_BUILD_CORE_SHADERS
76
77#define RTSHADER_SYSTEM_BUILD_EXT_SHADERS
78
79/* #undef __FLASHCC__ */
80
81#endif
Note: See TracBrowser for help on using the repository browser.