Ignore:
Timestamp:
Jul 21, 2007, 11:47:40 PM (17 years ago)
Author:
dai_9181
Message:

CodeGeneratorクラスのベースを実装

File:
1 edited

Legend:

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

    r215 r225  
    11171117                    >
    11181118                    <File
     1119                        RelativePath=".\CodeGenerator.cpp"
     1120                        >
     1121                        <FileConfiguration
     1122                            Name="Debug|Win32"
     1123                            >
     1124                            <Tool
     1125                                Name="VCCLCompilerTool"
     1126                                ObjectFile="$(IntDir)\$(InputName)1.obj"
     1127                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
     1128                            />
     1129                        </FileConfiguration>
     1130                        <FileConfiguration
     1131                            Name="Release|Win32"
     1132                            >
     1133                            <Tool
     1134                                Name="VCCLCompilerTool"
     1135                                ObjectFile="$(IntDir)\$(InputName)1.obj"
     1136                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
     1137                            />
     1138                        </FileConfiguration>
     1139                    </File>
     1140                    <File
    11191141                        RelativePath="op32_main.cpp"
    11201142                        >
     
    13401362            </File>
    13411363            <File
     1364                RelativePath=".\MachineFixed.h"
     1365                >
     1366            </File>
     1367            <File
    13421368                RelativePath="Opcode.h"
    13431369                >
     
    14201446                <File
    14211447                    RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
     1448                    >
     1449                </File>
     1450                <File
     1451                    RelativePath="..\BasicCompiler_Common\include\NativeCode.h"
    14221452                    >
    14231453                </File>
Note: See TracChangeset for help on using the changeset viewer.