Ignore:
Timestamp:
Aug 16, 2007, 7:55:02 PM (17 years ago)
Author:
dai_9181
Message:

Binaryクラスを追加

File:
1 edited

Legend:

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

    r279 r287  
    11#include "stdafx.h"
     2
     3#include <jenga/include/common/Path.h>
    24
    35#include <jenga/include/smoothie/Smoothie.h>
     
    255257
    256258                compiler.staticLibraries.push_back( new ObjectModule() );
     259
     260                Jenga::Common::Path path( temporary );
     261                CompileMessage( ((string)"\"" + path.GetFileName() + path.GetExt() + "\" を読み込みました。").c_str() );
    257262                compiler.staticLibraries.back()->Read( temporary );
    258263
Note: See TracChangeset for help on using the changeset viewer.