Changeset 608 in dev for trunk/ab5.0/abdev/compiler_x86


Ignore:
Timestamp:
May 16, 2008, 9:40:59 PM (16 years ago)
Author:
dai_9181
Message:

静的リンクライブラリプロジェクトの作成(IDE側)に対応。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp

    r605 r608  
    439439        compiler.codeGenerator.op_call( pSub_System_GlobalArea );
    440440
    441         if( !compiler.IsStaticLibrary() )
     441        if( !compiler.IsSll() )
    442442        {
    443443            ///////////////////////////////////////
     
    506506
    507507
    508     if( compiler.IsStaticLibrary() )
     508    if( compiler.IsSll() )
    509509    {
    510510        // 静的リンクライブラリ
Note: See TracChangeset for help on using the changeset viewer.