Ignore:
Timestamp:
Aug 23, 2007, 6:17:00 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r294 r299  
    155155        compiler.staticLibraries.push_back( new ObjectModule() );
    156156        compiler.staticLibraries.back()->Read( coreFilePath );
     157
     158        Jenga::Common::Path path( coreFilePath );
     159        CompileMessage( ((string)"\"" + path.GetFileName() + path.GetExt() + "\" を読み込みました。").c_str() );
    157160    }
    158161
Note: See TracChangeset for help on using the changeset viewer.