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/BasicCompiler_Common/BasicCompiler.cpp

    r527 r608  
    639639        lstrcat(tempOutputFileName,temporary);
    640640        lstrcat(tempOutputFileName,temp2);
    641         if( compiler.IsStaticLibrary() )
     641        if( compiler.IsSll() )
    642642        {
    643643            if( program.IsDebugRun() || compiler.IsDebug() )
Note: See TracChangeset for help on using the changeset viewer.