Changeset 7624
- Timestamp:
- Nov 6, 2010, 5:26:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/src/libraries/core/Core.cc
r7427 r7624 81 81 82 82 SetCommandLineArgument(settingsFile, "orxonox.ini").information("THE configuration file"); 83 #ifndef ORXONOX_PLATFORM_APPLE 83 84 SetCommandLineSwitch(noIOConsole).information("Use this if you don't want to use the IOConsole (for instance for Lua debugging)"); 85 #endif 84 86 85 87 #ifdef ORXONOX_PLATFORM_WINDOWS … … 154 156 this->setConfigValues(); 155 157 156 // create persistent io console 158 #ifndef ORXONOX_PLATFORM_APPLE 159 // Create persistent IO console 157 160 if (CommandLineParser::getValue("noIOConsole").getBool()) 158 161 { … … 161 164 if (this->bStartIOConsole_) 162 165 this->ioConsole_.reset(new IOConsole()); 166 #endif 163 167 164 168 // creates the class hierarchy for all classes with factories
Note: See TracChangeset
for help on using the changeset viewer.