Ignore:
Timestamp:
Jun 12, 2008, 11:30:50 PM (16 years ago)
Author:
dai_9181
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp

    r636 r639  
    202202        }
    203203
     204        ActiveBasic::Common::Environment::SetRemoveExternalMark( true );
     205
    204206        BOOST_FOREACH( const std::string &filePath, compiler.staticLibraryFilePaths )
    205207        {
     
    225227        }
    226228
     229        ActiveBasic::Common::Environment::SetRemoveExternalMark( false );
     230
    227231        if( !isSuccessfulLoadStaticLinkLibrary )
    228232        {
Note: See TracChangeset for help on using the changeset viewer.