Crazy Eddie's GUI System
0.8.4
|
00001 /*********************************************************************** 00002 created: Wed May 1 2013 00003 author: Paul D Turner <paul@cegui.org.uk> 00004 *************************************************************************/ 00005 /*************************************************************************** 00006 * Copyright (C) 2004 - 2013 Paul D Turner & The CEGUI Development Team 00007 * 00008 * Permission is hereby granted, free of charge, to any person obtaining 00009 * a copy of this software and associated documentation files (the 00010 * "Software"), to deal in the Software without restriction, including 00011 * without limitation the rights to use, copy, modify, merge, publish, 00012 * distribute, sublicense, and/or sell copies of the Software, and to 00013 * permit persons to whom the Software is furnished to do so, subject to 00014 * the following conditions: 00015 * 00016 * The above copyright notice and this permission notice shall be 00017 * included in all copies or substantial portions of the Software. 00018 * 00019 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 00020 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00021 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 00022 * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR 00023 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 00024 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 00025 * OTHER DEALINGS IN THE SOFTWARE. 00026 ***************************************************************************/ 00028 /************************************************************************* 00029 00030 This file is automatically generated by CMake and should be changed by 00031 setting CMake options and regenerating, rather than editing directly. 00032 00033 *************************************************************************/ 00035 #ifndef _CEGUIModuleConfig_h_ 00036 #define _CEGUIModuleConfig_h_ 00037 00038 00040 // The following define what renderer modules /should/ be available 00041 // We say should because while they were built, perhaps some packager did 00042 // not actually include them in the final distribution (or some other 00043 // event that we do not have control over) 00045 #define CEGUI_BUILD_RENDERER_OPENGL 00046 #define CEGUI_BUILD_RENDERER_OPENGL3 00047 #define CEGUI_BUILD_RENDERER_OGRE 00048 #define CEGUI_BUILD_RENDERER_IRRLICHT 00049 /* #undef CEGUI_BUILD_RENDERER_DIRECTFB */ 00050 /* #undef CEGUI_BUILD_RENDERER_DIRECT3D9 */ 00051 /* #undef CEGUI_BUILD_RENDERER_DIRECT3D10 */ 00052 /* #undef CEGUI_BUILD_RENDERER_DIRECT3D11 */ 00053 #define CEGUI_BUILD_RENDERER_NULL 00054 /* #undef CEGUI_BUILD_RENDERER_OPENGLES */ 00055 00057 // The following define what image codec modules /should/ be available 00058 // We say should because while they were built, perhaps some packager did 00059 // not actually include them in the final distribution (or some other 00060 // event that we do not have control over) 00062 #define CEGUI_BUILD_IMAGECODEC_SILLY 00063 #define CEGUI_BUILD_IMAGECODEC_DEVIL 00064 /* #undef CEGUI_BUILD_IMAGECODEC_FREEIMAGE */ 00065 #define CEGUI_BUILD_IMAGECODEC_CORONA 00066 /* #undef CEGUI_BUILD_IMAGECODEC_STB */ 00067 /* #undef CEGUI_BUILD_IMAGECODEC_TGA */ 00068 /* #undef CEGUI_BUILD_IMAGECODEC_PVR */ 00069 00071 // The following define what xml parser modules /should/ be available 00072 // We say should because while they were built, perhaps some packager did 00073 // not actually include them in the final distribution (or some other 00074 // event that we do not have control over) 00076 #define CEGUI_BUILD_XMLPARSER_EXPAT 00077 #define CEGUI_BUILD_XMLPARSER_XERCES 00078 #define CEGUI_BUILD_XMLPARSER_LIBXML2 00079 #define CEGUI_BUILD_XMLPARSER_RAPIDXML 00080 #define CEGUI_BUILD_XMLPARSER_TINYXML 00081 00083 // The following define what scripting modules /should/ be available 00084 // We say should because while they were built, perhaps some packager did 00085 // not actually include them in the final distribution (or some other 00086 // event that we do not have control over) 00088 #define CEGUI_BUILD_LUA_MODULE 00089 #define CEGUI_BUILD_PYTHON_MODULES 00090 00091 #endif 00092