Changeset 8293
- Timestamp:
- Apr 22, 2011, 3:38:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/src/libraries/core/Core.cc
r8284 r8293 81 81 82 82 SetCommandLineArgument(settingsFile, "orxonox.ini").information("THE configuration file"); 83 #if ndef ORXONOX_PLATFORM_APPLE83 #if !defined(ORXONOX_PLATFORM_APPLE) && !defined(ORXONOX_USE_WINMAIN) 84 84 SetCommandLineSwitch(noIOConsole).information("Use this if you don't want to use the IOConsole (for instance for Lua debugging)"); 85 85 #endif … … 158 158 this->setConfigValues(); 159 159 160 #if ndef ORXONOX_PLATFORM_APPLE160 #if !defined(ORXONOX_PLATFORM_APPLE) && !defined(ORXONOX_USE_WINMAIN) 161 161 // Create persistent IO console 162 162 if (CommandLineParser::getValue("noIOConsole").getBool())
Note: See TracChangeset
for help on using the changeset viewer.