Ignore:
Timestamp:
Jun 11, 2008, 10:10:26 PM (16 years ago)
Author:
dai_9181
Message:

リンカの依存関係解決モジュールを製作中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/src/MainFrame.cpp

    r629 r637  
    12281228        }
    12291229
     1230        // SLLオプション
     1231        if( projectInfo.GetModuleType() == ActiveBasic::Common::TargetModuleType::Sll )
     1232        {
     1233            lstrcat(temporary," /static_library");
     1234        }
     1235
    12301236        //Unicodeオプション
    12311237        if(projectInfo.dwOption & PJ_OP_UNICODE) lstrcat(temporary," /unicode");
     
    13401346        {
    13411347            lstrcat(temporary," /dll");
     1348        }
     1349
     1350        // SLLオプション
     1351        if( projectInfo.GetModuleType() == ActiveBasic::Common::TargetModuleType::Sll )
     1352        {
     1353            lstrcat(temporary," /static_library");
    13421354        }
    13431355
Note: See TracChangeset for help on using the changeset viewer.