Ignore:
Timestamp:
May 10, 2008, 9:10:08 PM (16 years ago)
Author:
dai_9181
Message:

依存関係を整理中

File:
1 edited

Legend:

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

    r555 r602  
    187187
    188188    bool ReadFile_InIncludeDirective( const std::string &filePath );
    189     void DirectiveIncludeOrRequire();
     189    void DirectiveIncludeOrRequire( const std::string &mainSourceFilePath, const std::string &includeDirPath );
    190190
    191191    void RemoveReturnLineUnderbar();
     
    229229    void SetBuffer( const char *buffer );
    230230
    231     bool ReadFile( const std::string &filePath, bool isDebug, bool isDll, bool isUnicode, int majorVer );
     231    bool ReadFile( const std::string &filePath, bool isDebug, bool isDll, bool isUnicode, int majorVer, const std::string &mainSourceFilePath, const std::string &includeDirPath );
    232232
    233233    void Addition( const char *buffer );
Note: See TracChangeset for help on using the changeset viewer.