Changeset 299 in dev for trunk/abdev/BasicCompiler_Common/MakeExe.cpp
- Timestamp:
- Aug 23, 2007, 6:17:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/MakeExe.cpp
r294 r299 155 155 compiler.staticLibraries.push_back( new ObjectModule() ); 156 156 compiler.staticLibraries.back()->Read( coreFilePath ); 157 158 Jenga::Common::Path path( coreFilePath ); 159 CompileMessage( ((string)"\"" + path.GetFileName() + path.GetExt() + "\" を読み込みました。").c_str() ); 157 160 } 158 161
Note:
See TracChangeset
for help on using the changeset viewer.