blob: e0a02b7e2eba5167a572fe1a093e524a46ab83b4 [file] [log] [blame]
Reid Spencer085ea4d2004-11-03 16:13:14 +00001<?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"
Jeff Cohenab791372005-02-02 06:33:11 +000015 OutputDirectory="..\Debug"
Reid Spencer085ea4d2004-11-03 16:13:14 +000016 IntermediateDirectory="Debug"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
Jeff Cohen4ed1de82005-10-26 05:37:34 +000022 AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
Jeff Cohen973e0ef2006-03-04 02:19:46 +000023 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
Jeff Cohen6f0e6802005-12-17 00:14:47 +000024 StringPooling="TRUE"
Reid Spencer085ea4d2004-11-03 16:13:14 +000025 MinimalRebuild="TRUE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="3"
28 ForceConformanceInForLoopScope="TRUE"
29 RuntimeTypeInfo="TRUE"
30 UsePrecompiledHeader="0"
Jeff Cohen91c3e2d2004-12-19 02:29:00 +000031 BrowseInformation="1"
Reid Spencer085ea4d2004-11-03 16:13:14 +000032 WarningLevel="3"
Jeff Cohen530f8872004-12-18 06:55:41 +000033 Detect64BitPortabilityProblems="FALSE"
Reid Spencer085ea4d2004-11-03 16:13:14 +000034 DebugInformationFormat="4"
Jeff Cohenb32d7852005-01-30 17:54:12 +000035 DisableSpecificWarnings="4355,4146,4800"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +000036 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
Reid Spencer085ea4d2004-11-03 16:13:14 +000040 OutputFile="$(OutDir)\TableGen.exe"
41 LinkIncremental="2"
Jeff Cohenae7b0712005-01-01 19:37:14 +000042 AdditionalLibraryDirectories=""
Reid Spencer085ea4d2004-11-03 16:13:14 +000043 GenerateDebugInformation="TRUE"
44 ProgramDatabaseFile="$(OutDir)/TableGen.pdb"
45 SubSystem="1"
46 TargetMachine="1"/>
47 <Tool
48 Name="VCMIDLTool"/>
49 <Tool
Jeff Cohen0f7745f2005-01-01 18:17:40 +000050 Name="VCPostBuildEventTool"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +000051 <Tool
52 Name="VCPreBuildEventTool"/>
53 <Tool
54 Name="VCPreLinkEventTool"/>
55 <Tool
56 Name="VCResourceCompilerTool"/>
57 <Tool
58 Name="VCWebServiceProxyGeneratorTool"/>
59 <Tool
60 Name="VCXMLDataGeneratorTool"/>
61 <Tool
62 Name="VCWebDeploymentTool"/>
63 <Tool
64 Name="VCManagedWrapperGeneratorTool"/>
65 <Tool
66 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67 </Configuration>
68 <Configuration
69 Name="Release|Win32"
Jeff Cohenab791372005-02-02 06:33:11 +000070 OutputDirectory="..\Release"
Reid Spencer085ea4d2004-11-03 16:13:14 +000071 IntermediateDirectory="Release"
72 ConfigurationType="1"
73 CharacterSet="2">
74 <Tool
75 Name="VCCLCompilerTool"
Jeff Cohen4ed1de82005-10-26 05:37:34 +000076 AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
Jeff Cohen9247d0b2006-01-30 04:07:08 +000077 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
Jeff Cohen6f0e6802005-12-17 00:14:47 +000078 StringPooling="TRUE"
Reid Spencer085ea4d2004-11-03 16:13:14 +000079 RuntimeLibrary="2"
80 ForceConformanceInForLoopScope="TRUE"
81 RuntimeTypeInfo="TRUE"
82 UsePrecompiledHeader="0"
83 WarningLevel="3"
Jeff Cohenf3397212004-12-18 07:05:59 +000084 Detect64BitPortabilityProblems="FALSE"
Reid Spencer085ea4d2004-11-03 16:13:14 +000085 DebugInformationFormat="3"
Jeff Cohenb32d7852005-01-30 17:54:12 +000086 DisableSpecificWarnings="4355,4146,4800"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +000087 <Tool
88 Name="VCCustomBuildTool"/>
89 <Tool
90 Name="VCLinkerTool"
91 OutputFile="$(OutDir)\TableGen.exe"
92 LinkIncremental="1"
Jeff Cohenae7b0712005-01-01 19:37:14 +000093 AdditionalLibraryDirectories=""
Reid Spencer085ea4d2004-11-03 16:13:14 +000094 GenerateDebugInformation="TRUE"
95 SubSystem="1"
96 OptimizeReferences="2"
97 EnableCOMDATFolding="2"
98 TargetMachine="1"/>
99 <Tool
100 Name="VCMIDLTool"/>
101 <Tool
Jeff Cohen0f7745f2005-01-01 18:17:40 +0000102 Name="VCPostBuildEventTool"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000103 <Tool
104 Name="VCPreBuildEventTool"/>
105 <Tool
106 Name="VCPreLinkEventTool"/>
107 <Tool
108 Name="VCResourceCompilerTool"/>
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"/>
111 <Tool
112 Name="VCXMLDataGeneratorTool"/>
113 <Tool
114 Name="VCWebDeploymentTool"/>
115 <Tool
116 Name="VCManagedWrapperGeneratorTool"/>
117 <Tool
118 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
119 </Configuration>
120 </Configurations>
121 <References>
122 </References>
123 <Files>
124 <Filter
125 Name="Source Files"
126 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
127 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
128 <File
129 RelativePath="..\..\utils\TableGen\AsmWriterEmitter.cpp">
130 </File>
131 <File
132 RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp">
133 </File>
134 <File
135 RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp">
136 </File>
137 <File
Jeff Cohen8337b072005-09-10 02:00:02 +0000138 RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp">
139 </File>
140 <File
Reid Spencer085ea4d2004-11-03 16:13:14 +0000141 RelativePath="..\..\utils\TableGen\FileLexer.l">
142 <FileConfiguration
143 Name="Debug|Win32">
144 <Tool
145 Name="VCCustomBuildTool"
Jeff Cohen2f654ba2005-01-04 06:18:10 +0000146 Description="Flexing $(InputFileName)"
Jeff Cohen973e0ef2006-03-04 02:19:46 +0000147 CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)
148"
Jeff Cohen4ed1de82005-10-26 05:37:34 +0000149 Outputs="$(InputName).cpp"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000150 </FileConfiguration>
151 <FileConfiguration
152 Name="Release|Win32">
153 <Tool
154 Name="VCCustomBuildTool"
Jeff Cohen2f654ba2005-01-04 06:18:10 +0000155 Description="Flexing $(InputFileName)"
Jeff Cohen973e0ef2006-03-04 02:19:46 +0000156 CommandLine="..\doflex.cmd release $(InputName) $(InputPath)
157"
Jeff Cohen4ed1de82005-10-26 05:37:34 +0000158 Outputs="$(InputName).cpp"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000159 </FileConfiguration>
160 </File>
161 <File
162 RelativePath="..\..\utils\TableGen\FileParser.y">
163 <FileConfiguration
164 Name="Debug|Win32">
165 <Tool
166 Name="VCCustomBuildTool"
Jeff Cohen2f654ba2005-01-04 06:18:10 +0000167 Description="Bisoning $(InputFileName)"
Jeff Cohen973e0ef2006-03-04 02:19:46 +0000168 CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath)
169"
Jeff Cohen53c13b12005-10-27 01:10:36 +0000170 Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000171 </FileConfiguration>
172 <FileConfiguration
173 Name="Release|Win32">
174 <Tool
175 Name="VCCustomBuildTool"
Jeff Cohen2f654ba2005-01-04 06:18:10 +0000176 Description="Bisoning $(InputFileName)"
Jeff Cohen973e0ef2006-03-04 02:19:46 +0000177 CommandLine="..\dobison.cmd File release $(InputName) $(InputPath)
178"
Jeff Cohen53c13b12005-10-27 01:10:36 +0000179 Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000180 </FileConfiguration>
181 </File>
182 <File
183 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp">
184 </File>
185 <File
Jeff Cohen973e0ef2006-03-04 02:19:46 +0000186 RelativePath="..\..\utils\TableGen\IntrinsicEmitter.cpp">
187 </File>
188 <File
Reid Spencer085ea4d2004-11-03 16:13:14 +0000189 RelativePath="..\..\utils\TableGen\Record.cpp">
190 </File>
191 <File
192 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.cpp">
193 </File>
194 <File
Jeff Cohen9cc5a0a2005-10-23 01:22:33 +0000195 RelativePath="..\..\utils\TableGen\SubtargetEmitter.cpp">
196 </File>
197 <File
Reid Spencer085ea4d2004-11-03 16:13:14 +0000198 RelativePath="..\..\utils\TableGen\TableGen.cpp">
199 </File>
200 <File
201 RelativePath="..\..\utils\TableGen\TableGenBackend.cpp">
202 </File>
203 </Filter>
204 <Filter
205 Name="Header Files"
206 Filter="h;hpp;hxx;hm;inl;inc;xsd"
207 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
208 <File
209 RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h">
210 </File>
211 <File
212 RelativePath="..\..\utils\TableGen\CodeEmitterGen.h">
213 </File>
214 <File
215 RelativePath="..\..\utils\TableGen\CodeGenInstruction.h">
216 </File>
217 <File
Jeff Cohen973e0ef2006-03-04 02:19:46 +0000218 RelativePath="..\..\utils\TableGen\CodeGenIntrinsics.h">
219 </File>
220 <File
Reid Spencer085ea4d2004-11-03 16:13:14 +0000221 RelativePath="..\..\utils\TableGen\CodeGenRegisters.h">
222 </File>
223 <File
224 RelativePath="..\..\utils\TableGen\CodeGenTarget.h">
225 </File>
226 <File
Jeff Cohen8337b072005-09-10 02:00:02 +0000227 RelativePath="..\..\utils\TableGen\DAGISelEmitter.h">
228 </File>
229 <File
Reid Spencer085ea4d2004-11-03 16:13:14 +0000230 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h">
231 </File>
232 <File
Jeff Cohen973e0ef2006-03-04 02:19:46 +0000233 RelativePath="..\..\utils\TableGen\IntrinsicEmitter.h">
234 </File>
235 <File
Reid Spencer085ea4d2004-11-03 16:13:14 +0000236 RelativePath="..\..\utils\TableGen\Record.h">
237 </File>
238 <File
239 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.h">
240 </File>
241 <File
Jeff Cohen9cc5a0a2005-10-23 01:22:33 +0000242 RelativePath="..\..\utils\TableGen\SubtargetEmitter.h">
243 </File>
244 <File
Reid Spencer085ea4d2004-11-03 16:13:14 +0000245 RelativePath="..\..\utils\TableGen\TableGenBackend.h">
246 </File>
247 </Filter>
248 <Filter
249 Name="Generated Files"
250 Filter="">
251 <File
Jeff Cohen4ed1de82005-10-26 05:37:34 +0000252 RelativePath="FileLexer.cpp">
Reid Spencer085ea4d2004-11-03 16:13:14 +0000253 <FileConfiguration
254 Name="Debug|Win32">
255 <Tool
256 Name="VCCLCompilerTool"
257 PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
258 </FileConfiguration>
259 <FileConfiguration
260 Name="Release|Win32">
261 <Tool
262 Name="VCCLCompilerTool"
263 PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
264 </FileConfiguration>
265 </File>
266 <File
Jeff Cohen4ed1de82005-10-26 05:37:34 +0000267 RelativePath="fileparser.cpp">
Reid Spencer085ea4d2004-11-03 16:13:14 +0000268 <FileConfiguration
269 Name="Debug|Win32">
270 <Tool
271 Name="VCCLCompilerTool"
272 DisableSpecificWarnings="4065"/>
273 </FileConfiguration>
274 <FileConfiguration
275 Name="Release|Win32">
276 <Tool
277 Name="VCCLCompilerTool"
278 DisableSpecificWarnings="4065"/>
279 </FileConfiguration>
280 </File>
281 <File
Jeff Cohen4ed1de82005-10-26 05:37:34 +0000282 RelativePath="fileparser.h">
Reid Spencer085ea4d2004-11-03 16:13:14 +0000283 </File>
284 </Filter>
285 </Files>
286 <Globals>
287 </Globals>
288</VisualStudioProject>