1c0012a3cf0078fe4cb828adbc527dad82e8ca7b
[oota-llvm.git] / win32 / TableGen / TableGen.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="TableGen"
6         ProjectGUID="{339C2249-26B6-4172-B484-85653029AF57}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="..\Debug"
16                         IntermediateDirectory="Debug"
17                         ConfigurationType="1"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="3"
27                                 ForceConformanceInForLoopScope="TRUE"
28                                 RuntimeTypeInfo="TRUE"
29                                 UsePrecompiledHeader="0"
30                                 BrowseInformation="1"
31                                 WarningLevel="3"
32                                 Detect64BitPortabilityProblems="FALSE"
33                                 DebugInformationFormat="4"
34                                 DisableSpecificWarnings="4355,4146,4800"/>
35                         <Tool
36                                 Name="VCCustomBuildTool"/>
37                         <Tool
38                                 Name="VCLinkerTool"
39                                 OutputFile="$(OutDir)\TableGen.exe"
40                                 LinkIncremental="2"
41                                 AdditionalLibraryDirectories=""
42                                 GenerateDebugInformation="TRUE"
43                                 ProgramDatabaseFile="$(OutDir)/TableGen.pdb"
44                                 SubSystem="1"
45                                 TargetMachine="1"/>
46                         <Tool
47                                 Name="VCMIDLTool"/>
48                         <Tool
49                                 Name="VCPostBuildEventTool"/>
50                         <Tool
51                                 Name="VCPreBuildEventTool"/>
52                         <Tool
53                                 Name="VCPreLinkEventTool"/>
54                         <Tool
55                                 Name="VCResourceCompilerTool"/>
56                         <Tool
57                                 Name="VCWebServiceProxyGeneratorTool"/>
58                         <Tool
59                                 Name="VCXMLDataGeneratorTool"/>
60                         <Tool
61                                 Name="VCWebDeploymentTool"/>
62                         <Tool
63                                 Name="VCManagedWrapperGeneratorTool"/>
64                         <Tool
65                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
66                 </Configuration>
67                 <Configuration
68                         Name="Release|Win32"
69                         OutputDirectory="..\Release"
70                         IntermediateDirectory="Release"
71                         ConfigurationType="1"
72                         CharacterSet="2">
73                         <Tool
74                                 Name="VCCLCompilerTool"
75                                 AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
76                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
77                                 RuntimeLibrary="2"
78                                 ForceConformanceInForLoopScope="TRUE"
79                                 RuntimeTypeInfo="TRUE"
80                                 UsePrecompiledHeader="0"
81                                 WarningLevel="3"
82                                 Detect64BitPortabilityProblems="FALSE"
83                                 DebugInformationFormat="3"
84                                 DisableSpecificWarnings="4355,4146,4800"/>
85                         <Tool
86                                 Name="VCCustomBuildTool"/>
87                         <Tool
88                                 Name="VCLinkerTool"
89                                 OutputFile="$(OutDir)\TableGen.exe"
90                                 LinkIncremental="1"
91                                 AdditionalLibraryDirectories=""
92                                 GenerateDebugInformation="TRUE"
93                                 SubSystem="1"
94                                 OptimizeReferences="2"
95                                 EnableCOMDATFolding="2"
96                                 TargetMachine="1"/>
97                         <Tool
98                                 Name="VCMIDLTool"/>
99                         <Tool
100                                 Name="VCPostBuildEventTool"/>
101                         <Tool
102                                 Name="VCPreBuildEventTool"/>
103                         <Tool
104                                 Name="VCPreLinkEventTool"/>
105                         <Tool
106                                 Name="VCResourceCompilerTool"/>
107                         <Tool
108                                 Name="VCWebServiceProxyGeneratorTool"/>
109                         <Tool
110                                 Name="VCXMLDataGeneratorTool"/>
111                         <Tool
112                                 Name="VCWebDeploymentTool"/>
113                         <Tool
114                                 Name="VCManagedWrapperGeneratorTool"/>
115                         <Tool
116                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
117                 </Configuration>
118         </Configurations>
119         <References>
120         </References>
121         <Files>
122                 <Filter
123                         Name="Source Files"
124                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
125                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
126                         <File
127                                 RelativePath="..\..\utils\TableGen\AsmWriterEmitter.cpp">
128                         </File>
129                         <File
130                                 RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp">
131                         </File>
132                         <File
133                                 RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp">
134                         </File>
135                         <File
136                                 RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp">
137                         </File>
138                         <File
139                                 RelativePath="..\..\utils\TableGen\FileLexer.l">
140                                 <FileConfiguration
141                                         Name="Debug|Win32">
142                                         <Tool
143                                                 Name="VCCustomBuildTool"
144                                                 Description="Flexing $(InputFileName)"
145                                                 CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)"
146                                                 Outputs="$(InputName).cpp"/>
147                                 </FileConfiguration>
148                                 <FileConfiguration
149                                         Name="Release|Win32">
150                                         <Tool
151                                                 Name="VCCustomBuildTool"
152                                                 Description="Flexing $(InputFileName)"
153                                                 CommandLine="..\doflex.cmd release $(InputName) $(InputPath)"
154                                                 Outputs="$(InputName).cpp"/>
155                                 </FileConfiguration>
156                         </File>
157                         <File
158                                 RelativePath="..\..\utils\TableGen\FileParser.y">
159                                 <FileConfiguration
160                                         Name="Debug|Win32">
161                                         <Tool
162                                                 Name="VCCustomBuildTool"
163                                                 Description="Bisoning $(InputFileName)"
164                                                 CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath)
165 "
166                                                 Outputs="$(InputName).cpp;$(InputName).h"/>
167                                 </FileConfiguration>
168                                 <FileConfiguration
169                                         Name="Release|Win32">
170                                         <Tool
171                                                 Name="VCCustomBuildTool"
172                                                 Description="Bisoning $(InputFileName)"
173                                                 CommandLine="..\dobison.cmd File release $(InputName) $(InputPath)
174 "
175                                                 Outputs="$(InputName).cpp;$(InputName).h"/>
176                                 </FileConfiguration>
177                         </File>
178                         <File
179                                 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp">
180                         </File>
181                         <File
182                                 RelativePath="..\..\utils\TableGen\Record.cpp">
183                         </File>
184                         <File
185                                 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.cpp">
186                         </File>
187                         <File
188                                 RelativePath="..\..\utils\TableGen\SubtargetEmitter.cpp">
189                         </File>
190                         <File
191                                 RelativePath="..\..\utils\TableGen\TableGen.cpp">
192                         </File>
193                         <File
194                                 RelativePath="..\..\utils\TableGen\TableGenBackend.cpp">
195                         </File>
196                 </Filter>
197                 <Filter
198                         Name="Header Files"
199                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
200                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
201                         <File
202                                 RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h">
203                         </File>
204                         <File
205                                 RelativePath="..\..\utils\TableGen\CodeEmitterGen.h">
206                         </File>
207                         <File
208                                 RelativePath="..\..\utils\TableGen\CodeGenInstruction.h">
209                         </File>
210                         <File
211                                 RelativePath="..\..\utils\TableGen\CodeGenRegisters.h">
212                         </File>
213                         <File
214                                 RelativePath="..\..\utils\TableGen\CodeGenTarget.h">
215                         </File>
216                         <File
217                                 RelativePath="..\..\utils\TableGen\DAGISelEmitter.h">
218                         </File>
219                         <File
220                                 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h">
221                         </File>
222                         <File
223                                 RelativePath="..\..\utils\TableGen\Record.h">
224                         </File>
225                         <File
226                                 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.h">
227                         </File>
228                         <File
229                                 RelativePath="..\..\utils\TableGen\SubtargetEmitter.h">
230                         </File>
231                         <File
232                                 RelativePath="..\..\utils\TableGen\TableGenBackend.h">
233                         </File>
234                 </Filter>
235                 <Filter
236                         Name="Generated Files"
237                         Filter="">
238                         <File
239                                 RelativePath="FileLexer.cpp">
240                                 <FileConfiguration
241                                         Name="Debug|Win32">
242                                         <Tool
243                                                 Name="VCCLCompilerTool"
244                                                 PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
245                                 </FileConfiguration>
246                                 <FileConfiguration
247                                         Name="Release|Win32">
248                                         <Tool
249                                                 Name="VCCLCompilerTool"
250                                                 PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
251                                 </FileConfiguration>
252                         </File>
253                         <File
254                                 RelativePath="fileparser.cpp">
255                                 <FileConfiguration
256                                         Name="Debug|Win32">
257                                         <Tool
258                                                 Name="VCCLCompilerTool"
259                                                 DisableSpecificWarnings="4065"/>
260                                 </FileConfiguration>
261                                 <FileConfiguration
262                                         Name="Release|Win32">
263                                         <Tool
264                                                 Name="VCCLCompilerTool"
265                                                 DisableSpecificWarnings="4065"/>
266                                 </FileConfiguration>
267                         </File>
268                         <File
269                                 RelativePath="fileparser.h">
270                         </File>
271                 </Filter>
272         </Files>
273         <Globals>
274         </Globals>
275 </VisualStudioProject>