Crazy Eddie's GUI System
0.8.7
Main Page
Related Pages
Namespaces
Classes
Files
File List
ModuleConfig.h
1
/***********************************************************************
2
created: Wed May 1 2013
3
author: Paul D Turner <paul@cegui.org.uk>
4
*************************************************************************/
5
/***************************************************************************
6
* Copyright (C) 2004 - 2013 Paul D Turner & The CEGUI Development Team
7
*
8
* Permission is hereby granted, free of charge, to any person obtaining
9
* a copy of this software and associated documentation files (the
10
* "Software"), to deal in the Software without restriction, including
11
* without limitation the rights to use, copy, modify, merge, publish,
12
* distribute, sublicense, and/or sell copies of the Software, and to
13
* permit persons to whom the Software is furnished to do so, subject to
14
* the following conditions:
15
*
16
* The above copyright notice and this permission notice shall be
17
* included in all copies or substantial portions of the Software.
18
*
19
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
22
* IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
23
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
24
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25
* OTHER DEALINGS IN THE SOFTWARE.
26
***************************************************************************/
28
/*************************************************************************
29
30
This file is automatically generated by CMake and should be changed by
31
setting CMake options and regenerating, rather than editing directly.
32
33
*************************************************************************/
35
#ifndef _CEGUIModuleConfig_h_
36
#define _CEGUIModuleConfig_h_
37
38
40
// The following define what renderer modules /should/ be available
41
// We say should because while they were built, perhaps some packager did
42
// not actually include them in the final distribution (or some other
43
// event that we do not have control over)
45
#define CEGUI_BUILD_RENDERER_NULL
46
#define CEGUI_BUILD_RENDERER_OPENGL
47
#define CEGUI_BUILD_RENDERER_OPENGL3
48
#define CEGUI_BUILD_RENDERER_OGRE
49
#define CEGUI_BUILD_RENDERER_IRRLICHT
50
/* #undef CEGUI_BUILD_RENDERER_DIRECT3D9 */
51
/* #undef CEGUI_BUILD_RENDERER_DIRECT3D10 */
52
/* #undef CEGUI_BUILD_RENDERER_DIRECT3D11 */
53
/* #undef CEGUI_BUILD_RENDERER_DIRECTFB */
54
/* #undef CEGUI_BUILD_RENDERER_OPENGLES */
55
57
// The following define what image codec modules /should/ be available
58
// We say should because while they were built, perhaps some packager did
59
// not actually include them in the final distribution (or some other
60
// event that we do not have control over)
62
#define CEGUI_BUILD_IMAGECODEC_SILLY
63
#define CEGUI_BUILD_IMAGECODEC_DEVIL
64
#define CEGUI_BUILD_IMAGECODEC_FREEIMAGE
65
/* #undef CEGUI_BUILD_IMAGECODEC_CORONA */
66
/* #undef CEGUI_BUILD_IMAGECODEC_STB */
67
/* #undef CEGUI_BUILD_IMAGECODEC_TGA */
68
/* #undef CEGUI_BUILD_IMAGECODEC_PVR */
69
71
// The following define what xml parser modules /should/ be available
72
// We say should because while they were built, perhaps some packager did
73
// not actually include them in the final distribution (or some other
74
// event that we do not have control over)
76
#define CEGUI_BUILD_XMLPARSER_EXPAT
77
#define CEGUI_BUILD_XMLPARSER_XERCES
78
#define CEGUI_BUILD_XMLPARSER_LIBXML2
79
/* #undef CEGUI_BUILD_XMLPARSER_RAPIDXML */
80
#define CEGUI_BUILD_XMLPARSER_TINYXML
81
83
// The following define what scripting modules /should/ be available
84
// We say should because while they were built, perhaps some packager did
85
// not actually include them in the final distribution (or some other
86
// event that we do not have control over)
88
#define CEGUI_BUILD_LUA_MODULE
89
/* #undef CEGUI_BUILD_PYTHON_MODULES */
90
91
#endif
92
cegui
include
CEGUI
ModuleConfig.h
Generated by
1.8.11