Ignore:
Timestamp:
Aug 9, 2007, 3:18:40 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Compiler.cpp

    r265 r270  
    77
    88Compiler compiler;
     9
     10void Compiler::StaticLink( ObjectModules &staticLibraries )
     11{
     12    BOOST_FOREACH( ObjectModule *pStaticLibrary, staticLibraries )
     13    {
     14        // メタ情報
     15        pNowObjectModule->meta.StaticLink( pStaticLibrary->meta );
     16    }
     17}
    918
    1019bool Compiler::StringToType( const string &typeName, Type &type ){
Note: See TracChangeset for help on using the changeset viewer.