Changeset 2702 for code/branches/buildsystem3/src/core/CommandLine.cc
- Timestamp:
- Feb 27, 2009, 2:13:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/core/CommandLine.cc
r2687 r2702 302 302 303 303 std::string filename = CommandLine::getValue("optionsFile").getString(); 304 boost::filesystem::path folder(Core::getConfigPath()); 305 boost::filesystem::path filepath(folder/filename); 304 boost::filesystem::path filepath(Core::getConfigPath() / filename); 306 305 307 306 // look for additional arguments in given file or start.ini as default
Note: See TracChangeset
for help on using the changeset viewer.