Changeset 7306 for code/branches/doc/src
- Timestamp:
- Sep 1, 2010, 12:46:06 AM (14 years ago)
- Location:
- code/branches/doc/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/OrxonoxConfig.h.in
r7300 r7306 145 145 * Options 146 146 *-------------------------------*/ 147 /// Enables expensive (build time) optimisations and disables certain features 148 #cmakedefine ORXONOX_RELEASE 147 #cmakedefine ORXONOX_RELEASE ///< Enables expensive (build time) optimisations and disables certain features 149 148 150 149 -
code/branches/doc/src/SpecialConfig.h.in
r7300 r7306 43 43 #include <boost/preprocessor/stringize.hpp> 44 44 45 /// Set whether we must suffix "ceguilua/" for the CEGUILua.h include 46 #cmakedefine CEGUILUA_USE_INTERNAL_LIBRARY 45 #cmakedefine CEGUILUA_USE_INTERNAL_LIBRARY ///< Set whether we must suffix "ceguilua/" for the CEGUILua.h include 47 46 48 /// Defined if a precompiled depdency package was used. We then copy all libraries too when installing. 49 #cmakedefine DEPENDENCY_PACKAGE_ENABLE 47 #cmakedefine DEPENDENCY_PACKAGE_ENABLE ///< Defined if a precompiled depdency package was used. We then copy all libraries too when installing. 50 48 51 /// Orxonox either gets installed to the system or just into a folder. The latter uses relative paths. 52 #cmakedefine INSTALL_COPYABLE 49 #cmakedefine INSTALL_COPYABLE ///< Orxonox either gets installed to the system or just into a folder. The latter uses relative paths. 53 50 54 /// Using MSVC or XCode IDE 55 #cmakedefine CMAKE_CONFIGURATION_TYPES 51 #cmakedefine CMAKE_CONFIGURATION_TYPES ///< Using MSVC or XCode IDE 56 52 57 53 // Handle default ConfigValues … … 112 108 } } 113 109 114 /// Use main() or WinMain()? 115 #cmakedefine ORXONOX_USE_WINMAIN 110 #cmakedefine ORXONOX_USE_WINMAIN ///< Using MSVC or XCode IDE 116 111 117 112 #endif /* _SpecialConfig_H__ */
Note: See TracChangeset
for help on using the changeset viewer.