Changeset 191 in dev for trunk/abdev/BasicCompiler32


Ignore:
Timestamp:
Jun 26, 2007, 12:06:12 AM (17 years ago)
Author:
dai_9181
Message:
 
Location:
trunk/abdev/BasicCompiler32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/BasicCompiler.vcproj

    r183 r191  
    13651365                </File>
    13661366                <File
     1367                    RelativePath="..\BasicCompiler_Common\include\MetaImpl.h"
     1368                    >
     1369                </File>
     1370                <File
    13671371                    RelativePath="..\BasicCompiler_Common\include\ProcedureImpl.h"
    13681372                    >
     
    13701374                <File
    13711375                    RelativePath="..\BasicCompiler_Common\include\Program.h"
     1376                    >
     1377                </File>
     1378                <File
     1379                    RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
    13721380                    >
    13731381                </File>
  • 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.