Changeset 719 in dev for trunk/ab5.0/abdev/ab_common
- Timestamp:
- Aug 13, 2008, 11:01:29 PM (16 years ago)
- Location:
- trunk/ab5.0/abdev/ab_common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/include/Environment.h
r637 r719 33 33 static const std::string GetAbdevRootPath(); 34 34 35 static const std::string GetUserAppDir(); 36 35 37 static const std::string GetAbdevSystemDirPath() 36 38 { -
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.