Changeset 8520 for code/branches/unity_build/src/libraries/core/Core.cc
- Timestamp:
- May 20, 2011, 5:51:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/libraries/core/Core.cc
r8519 r8520 131 131 132 132 // Parse command line arguments AFTER the modules have been loaded (static code!) 133 CommandLineParser::parse CommandLine(cmdLine);133 CommandLineParser::parse(cmdLine); 134 134 135 135 // Set configurable paths like log, config and media … … 143 143 // Set the correct log path. Before this call, /tmp (Unix) or %TEMP% (Windows) was used 144 144 OutputHandler::getInstance().setLogPath(PathConfig::getLogPathString()); 145 146 // Parse additional options file now that we know its path147 CommandLineParser::parseFile();148 145 149 146 #ifdef ORXONOX_PLATFORM_WINDOWS
Note: See TracChangeset
for help on using the changeset viewer.