Changeset 523 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp
- Timestamp:
- May 1, 2008, 11:03:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp
r519 r523 175 175 if( compiler.staticLibraries.back()->Read( coreFilePath ) ) 176 176 { 177 compiler.messenger.Output( ((st ring)"\"" + path.GetFullPath() + "\" を読み込みました。").c_str() );177 compiler.messenger.Output( ((std::string)"\"" + path.GetFullPath() + "\" を読み込みました。").c_str() ); 178 178 } 179 179 else … … 198 198 if( compiler.staticLibraries.back()->Read( filePath ) ) 199 199 { 200 compiler.messenger.Output( ((st ring)"\"" + path.GetFullPath() + "\" を読み込みました。").c_str() );200 compiler.messenger.Output( ((std::string)"\"" + path.GetFullPath() + "\" を読み込みました。").c_str() ); 201 201 } 202 202 else
Note:
See TracChangeset
for help on using the changeset viewer.