Changeset 602 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 10, 2008, 9:10:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Source.h
r555 r602 187 187 188 188 bool ReadFile_InIncludeDirective( const std::string &filePath ); 189 void DirectiveIncludeOrRequire( );189 void DirectiveIncludeOrRequire( const std::string &mainSourceFilePath, const std::string &includeDirPath ); 190 190 191 191 void RemoveReturnLineUnderbar(); … … 229 229 void SetBuffer( const char *buffer ); 230 230 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 ); 232 232 233 233 void Addition( const char *buffer );
Note:
See TracChangeset
for help on using the changeset viewer.