Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (17 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp

    r519 r523  
    175175                if( compiler.staticLibraries.back()->Read( coreFilePath ) )
    176176                {
    177                     compiler.messenger.Output( ((string)"\"" + path.GetFullPath() + "\" を読み込みました。").c_str() );
     177                    compiler.messenger.Output( ((std::string)"\"" + path.GetFullPath() + "\" を読み込みました。").c_str() );
    178178                }
    179179                else
     
    198198                if( compiler.staticLibraries.back()->Read( filePath ) )
    199199                {
    200                     compiler.messenger.Output( ((string)"\"" + path.GetFullPath() + "\" を読み込みました。").c_str() );
     200                    compiler.messenger.Output( ((std::string)"\"" + path.GetFullPath() + "\" を読み込みました。").c_str() );
    201201                }
    202202                else
Note: See TracChangeset for help on using the changeset viewer.