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


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/abdev/src/MainFrame.cpp

    r535 r608  
    958958            sprintf(temporary,"\"%s\" \"%s\" /run /wnd:%08x",temp2,temp3,m_hWnd);
    959959
    960         //DLLオプション
     960        // DLLオプション
    961961        if(ProjectInfo.dwModuleType==MT_DLL) lstrcat(temporary," /dll");
     962
     963        // SLLオプション
     964        if( ProjectInfo.dwModuleType == MT_SLL ) lstrcat( temporary, " /static_library" );
    962965
    963966        //Unicodeオプション
Note: See TracChangeset for help on using the changeset viewer.