Changeset 278 in dev for trunk/abdev/BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- Aug 12, 2007, 3:57:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/MakePeHdr.cpp
r277 r278 422 422 if(bDebugCompile){ 423 423 //デバッグ用の変数を定義 424 DebugVariable(); 424 // TODO: 暫定処理なので下のif文は正しくない 425 //if( compiler.IsStaticLibrary() ) 426 { 427 DebugVariable(); 428 } 425 429 } 426 430 … … 517 521 trace( "コード生成が終了しました。" ); 518 522 519 compiler.linker.Link( compiler.GetObjectModule() );520 521 oldSourceLines = compiler.linker.GetNativeCode().GetSourceLines();522 523 523 524 524 if( compiler.IsStaticLibrary() ) … … 532 532 return; 533 533 } 534 535 536 compiler.linker.Link( compiler.GetObjectModule() ); 537 538 oldSourceLines = compiler.linker.GetNativeCode().GetSourceLines(); 539 534 540 /* 535 541 int t,t2;
Note:
See TracChangeset
for help on using the changeset viewer.