- Timestamp:
- Feb 23, 2009, 11:13:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/OrxonoxConfig.h.in
r2687 r2688 185 185 /* Defined if a precompiled depdency package was used. We then copy all libraries 186 186 too when installing. */ 187 #cmakedefine USE_DEPENDENCY_PACKAGE187 #cmakedefine DEPENDENCY_PACKAGE_ENABLE 188 188 189 189 /* Using MSVC or XCode IDE */ … … 214 214 #ifdef NDEBUG 215 215 const char* const ORXONOX_OGRE_PLUGINS("@OGRE_PLUGINS_RELEASE@"); 216 # ifdef USE_DEPENDENCY_PACKAGE216 # ifdef DEPENDENCY_PACKAGE_ENABLE 217 217 const char* const ORXONOX_OGRE_PLUGINS_FOLDER("."); 218 218 # else … … 221 221 #else 222 222 const char* const ORXONOX_OGRE_PLUGINS("@OGRE_PLUGINS_DEBUG@"); 223 # ifdef USE_DEPENDENCY_PACKAGE223 # ifdef DEPENDENCY_PACKAGE_ENABLE 224 224 const char* const ORXONOX_OGRE_PLUGINS_FOLDER("."); 225 225 # else
Note: See TracChangeset
for help on using the changeset viewer.