Ignore:
Timestamp:
May 5, 2008, 1:23:46 AM (16 years ago)
Author:
dai_9181
Message:

CDefine::Initメソッドで使用するCompilerクラス依存のフラグを外部から引き渡すようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/include/Source.h

    r553 r554  
    229229    void SetBuffer( const char *buffer );
    230230
    231     bool ReadFile( const std::string &filePath );
     231    bool ReadFile( const std::string &filePath, bool isDebug, bool isDll, bool isUnicode, int majorVer );
    232232
    233233    void Addition( const char *buffer );
Note: See TracChangeset for help on using the changeset viewer.