Changeset 555 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp
- Timestamp:
- May 5, 2008, 2:23:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp
r554 r555 77 77 goto EndCompile; 78 78 } 79 if( !compiler.GetObjectModule().GetCurrentSource().cannotIncludePath.empty() ) 80 { 81 compiler.errorMessenger.Output( 82 35, 83 compiler.GetObjectModule().GetCurrentSource().cannotIncludePath, 84 compiler.GetObjectModule().GetCurrentSource().cannotIncludeSourcePos 85 ); 86 goto EndCompile; 87 } 79 88 80 89 //イメージベースの設定
Note:
See TracChangeset
for help on using the changeset viewer.