Ignore:
Timestamp:
Aug 12, 2007, 3:57:57 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/MakePeHdr.cpp

    r277 r278  
    422422        if(bDebugCompile){
    423423            //デバッグ用の変数を定義
    424             DebugVariable();
     424            // TODO: 暫定処理なので下のif文は正しくない
     425            //if( compiler.IsStaticLibrary() )
     426            {
     427                DebugVariable();
     428            }
    425429        }
    426430
     
    517521    trace( "コード生成が終了しました。" );
    518522
    519     compiler.linker.Link( compiler.GetObjectModule() );
    520 
    521     oldSourceLines = compiler.linker.GetNativeCode().GetSourceLines();
    522 
    523523
    524524    if( compiler.IsStaticLibrary() )
     
    532532        return;
    533533    }
     534
     535
     536    compiler.linker.Link( compiler.GetObjectModule() );
     537
     538    oldSourceLines = compiler.linker.GetNativeCode().GetSourceLines();
     539
    534540/*
    535541    int t,t2;
Note: See TracChangeset for help on using the changeset viewer.