Changeset 8366 for code/trunk/src/libraries/core/PathConfig.cc
- Timestamp:
- Apr 30, 2011, 9:31:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/PathConfig.cc
r8351 r8366 84 84 , configPath_(*(new bf::path())) 85 85 , logPath_(*(new bf::path())) 86 , b DevRun_(false)86 , bBuildDirectoryRun_(false) 87 87 { 88 88 ////////////////////////// … … 138 138 { 139 139 COUT(1) << "Running from the build tree." << std::endl; 140 PathConfig::b DevRun_ = true;140 PathConfig::bBuildDirectoryRun_ = true; 141 141 modulePath_ = specialConfig::moduleDevDirectory; 142 142 } … … 180 180 void PathConfig::setConfigurablePaths() 181 181 { 182 if (b DevRun_)182 if (bBuildDirectoryRun_) 183 183 { 184 184 dataPath_ = specialConfig::dataDevDirectory;
Note: See TracChangeset
for help on using the changeset viewer.