Ignore:
Timestamp:
Jun 26, 2007, 12:06:12 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/MakePeHdr.cpp

    r188 r191  
    191191    //クラス情報を取得(※注 - GetSubInfoの後に呼び出す)
    192192    Smoothie::GetMeta().GetClasses().GetAllClassInfo();
     193
     194    if( !Smoothie::GetMeta().AutoWrite( Jenga::Common::Environment::GetAppDir() + "\\meta_test.xml" ) )
     195    {
     196        ts(0);
     197    }
    193198
    194199    //コードと行番号の関係
     
    17021707
    17031708    //コードバッファを解放
    1704     HeapDefaultFree(OpBuffer);
     1709    free(OpBuffer);
    17051710    OpBuffer=0;
    17061711
Note: See TracChangeset for help on using the changeset viewer.