Changeset 270 in dev for trunk/abdev/BasicCompiler_Common/src/Compiler.cpp
- Timestamp:
- Aug 9, 2007, 3:18:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Compiler.cpp
r265 r270 7 7 8 8 Compiler compiler; 9 10 void Compiler::StaticLink( ObjectModules &staticLibraries ) 11 { 12 BOOST_FOREACH( ObjectModule *pStaticLibrary, staticLibraries ) 13 { 14 // メタ情報 15 pNowObjectModule->meta.StaticLink( pStaticLibrary->meta ); 16 } 17 } 9 18 10 19 bool Compiler::StringToType( const string &typeName, Type &type ){
Note:
See TracChangeset
for help on using the changeset viewer.