Ignore:
Timestamp:
Aug 10, 2007, 3:16:42 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/Intermediate_Step1.cpp

    r270 r271  
    254254                compiler.staticLibraryFilePaths.push_back( temporary );
    255255
    256                 ObjectModule *pStaticLibrary = new ObjectModule();
    257                 pStaticLibrary->ReadText( temporary );
    258                 compiler.staticLibraries.push_back( pStaticLibrary );
     256                compiler.staticLibraries.push_back( new ObjectModule() );
     257                compiler.staticLibraries.back()->ReadText( temporary );
    259258
    260259                for(;;i2++){
Note: See TracChangeset for help on using the changeset viewer.