Changeset 719 in dev for trunk/ab5.0/abdev/ab_common/src/Environment.cpp
- Timestamp:
- Aug 13, 2008, 11:01:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/src/Environment.cpp
r637 r719 18 18 return rootPath; 19 19 } 20 21 const std::string Environment::GetUserAppDir() 22 { 23 return Jenga::Common::Environment::GetUserAppDir() + "\\ActiveBasic"; 24 } 25 20 26 const std::string Environment::GetCompilerExePath( Platform::EnumType platform ) 21 27 {
Note:
See TracChangeset
for help on using the changeset viewer.