Changeset 2512
- Timestamp:
- Dec 17, 2008, 10:25:05 PM (16 years ago)
- Location:
- code/branches/buildsystem2/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/orxonox/gamestates/GSGraphics.cc
r2509 r2512 325 325 COUT(4) << "Creating Ogre Root..." << std::endl; 326 326 327 if (ogrePluginsFile_ == "")328 {329 COUT(2) << "Warning: Ogre plugins file set to \"\". Defaulting to plugins.cfg" << std::endl;330 ModifyConfigValue(ogrePluginsFile_, tset, "plugins.cfg");331 }332 327 if (ogreConfigFile_ == "") 333 328 { -
code/branches/buildsystem2/src/util/CMakeLists.txt
r2510 r2512 16 16 TARGET_LINK_LIBRARIES(util ${OGRE_LIBRARY}) 17 17 INSTALL(TARGETS util LIBRARY DESTINATION lib) 18 19 )20
Note: See TracChangeset
for help on using the changeset viewer.