Changeset 287 in dev for trunk/abdev/BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- Aug 16, 2007, 7:55:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/MakePeHdr.cpp
r283 r287 507 507 } 508 508 509 CompileMessage( "リンク中..." ); 510 509 511 510 512 compiler.linker.Link( compiler.GetObjectModule() ); … … 827 829 extern BOOL bError; 828 830 if(bDebugCompile&&bError==0){ 831 CompileMessage( "デバッグ情報を生成しています。" ); 832 829 833 pobj_DebugSection->make(); 834 835 CompileMessage( "デバッグ情報の生成が完了しました。" ); 830 836 } 831 837 … … 1471 1477 WriteFile( 1472 1478 hFile, 1473 compiler.linker.GetNativeCode().Get CodeBuffer(),1479 compiler.linker.GetNativeCode().GetBuffer(), 1474 1480 compiler.linker.GetNativeCode().GetSize(), 1475 1481 (DWORD *)&i2,
Note:
See TracChangeset
for help on using the changeset viewer.