Changeset 179
- Timestamp:
- Apr 27, 2006, 9:58:58 AM (19 years ago)
- Location:
- CMT/HEAD/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CMT/HEAD/source/cmt_system.cxx
r144 r179 2245 2245 } 2246 2246 2247 //---------------------------------------------------------- 2248 cmt_string CmtSystem::get_makefile_suffix () 2249 { 2250 #ifdef WIN32 2251 return "nmake"; 2252 #else 2253 return "make"; 2254 #endif 2255 } 2256 -
CMT/HEAD/source/cmt_system.h
r144 r179 134 134 static bool get_home_directory (cmt_string& dir); 135 135 136 static cmt_string get_makefile_suffix (); 137 136 138 }; 137 139
Note:
See TracChangeset
for help on using the changeset viewer.