431bc2586c486a12fa983a9619119634593f2ab9
[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;.."
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                                 WarningLevel="3"
31                                 Detect64BitPortabilityProblems="TRUE"
32                                 DebugInformationFormat="4"
33                                 DisableSpecificWarnings="4800;4244;4267"/>
34                         <Tool
35                                 Name="VCCustomBuildTool"/>
36                         <Tool
37                                 Name="VCLinkerTool"
38                                 AdditionalDependencies="support.lib"
39                                 OutputFile="$(OutDir)\TableGen.exe"
40                                 LinkIncremental="2"
41                                 AdditionalLibraryDirectories="C:\Project\llvm\win32\Debug"
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                                 CommandLine="copy $(OutDir)\TableGen.exe ..\tools"/>
51                         <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"
70                         OutputDirectory="Release"
71                         IntermediateDirectory="Release"
72                         ConfigurationType="1"
73                         CharacterSet="2">
74                         <Tool
75                                 Name="VCCLCompilerTool"
76                                 AdditionalIncludeDirectories="..\..\include;.."
77                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
78                                 RuntimeLibrary="2"
79                                 ForceConformanceInForLoopScope="TRUE"
80                                 RuntimeTypeInfo="TRUE"
81                                 UsePrecompiledHeader="0"
82                                 WarningLevel="3"
83                                 Detect64BitPortabilityProblems="TRUE"
84                                 DebugInformationFormat="3"
85                                 DisableSpecificWarnings="4099;4800;4244;4267"/>
86                         <Tool
87                                 Name="VCCustomBuildTool"/>
88                         <Tool
89                                 Name="VCLinkerTool"
90                                 OutputFile="$(OutDir)\TableGen.exe"
91                                 LinkIncremental="1"
92                                 AdditionalLibraryDirectories="C:\Project\llvm\win32\Release"
93                                 GenerateDebugInformation="TRUE"
94                                 SubSystem="1"
95                                 OptimizeReferences="2"
96                                 EnableCOMDATFolding="2"
97                                 TargetMachine="1"/>
98                         <Tool
99                                 Name="VCMIDLTool"/>
100                         <Tool
101                                 Name="VCPostBuildEventTool"
102                                 CommandLine="copy $(OutDir)\TableGen.exe ..\tools"/>
103                         <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
138                                 RelativePath="..\..\utils\TableGen\FileLexer.l">
139                                 <FileConfiguration
140                                         Name="Debug|Win32">
141                                         <Tool
142                                                 Name="VCCustomBuildTool"
143                                                 CommandLine="..\tools\flex -t &gt;$(InputDir)$(InputName).cpp $(InputPath)
144 "
145                                                 Outputs="$(InputDir)$(InputName).cpp"/>
146                                 </FileConfiguration>
147                                 <FileConfiguration
148                                         Name="Release|Win32">
149                                         <Tool
150                                                 Name="VCCustomBuildTool"
151                                                 CommandLine="..\tools\flex -t &gt;$(InputDir)$(InputName).cpp $(InputPath)
152 "
153                                                 Outputs="$(InputDir)$(InputName).cpp"/>
154                                 </FileConfiguration>
155                         </File>
156                         <File
157                                 RelativePath="..\..\utils\TableGen\FileParser.y">
158                                 <FileConfiguration
159                                         Name="Debug|Win32">
160                                         <Tool
161                                                 Name="VCCustomBuildTool"
162                                                 CommandLine="..\tools\bison -pFile -tdo$(InputDir)$(InputName).cpp $(InputPath)
163 copy $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
164 "
165                                                 Outputs="$(InputDir)$(InputName).cpp;$(InputDir)$(InputName).h"/>
166                                 </FileConfiguration>
167                                 <FileConfiguration
168                                         Name="Release|Win32">
169                                         <Tool
170                                                 Name="VCCustomBuildTool"
171                                                 CommandLine="..\tools\bison -pFile -tdo$(InputDir)$(InputName).cpp $(InputPath)
172 copy $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
173 "
174                                                 Outputs="$(InputDir)$(InputName).cpp;$(InputDir)$(InputName).h"/>
175                                 </FileConfiguration>
176                         </File>
177                         <File
178                                 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp">
179                         </File>
180                         <File
181                                 RelativePath="..\..\utils\TableGen\InstrSelectorEmitter.cpp">
182                         </File>
183                         <File
184                                 RelativePath="..\..\utils\TableGen\Record.cpp">
185                         </File>
186                         <File
187                                 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.cpp">
188                         </File>
189                         <File
190                                 RelativePath="..\..\utils\TableGen\TableGen.cpp">
191                         </File>
192                         <File
193                                 RelativePath="..\..\utils\TableGen\TableGenBackend.cpp">
194                         </File>
195                 </Filter>
196                 <Filter
197                         Name="Header Files"
198                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
199                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
200                         <File
201                                 RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h">
202                         </File>
203                         <File
204                                 RelativePath="..\..\utils\TableGen\CodeEmitterGen.h">
205                         </File>
206                         <File
207                                 RelativePath="..\..\utils\TableGen\CodeGenInstruction.h">
208                         </File>
209                         <File
210                                 RelativePath="..\..\utils\TableGen\CodeGenRegisters.h">
211                         </File>
212                         <File
213                                 RelativePath="..\..\utils\TableGen\CodeGenTarget.h">
214                         </File>
215                         <File
216                                 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h">
217                         </File>
218                         <File
219                                 RelativePath="..\..\utils\TableGen\InstrSelectorEmitter.h">
220                         </File>
221                         <File
222                                 RelativePath="..\..\utils\TableGen\Record.h">
223                         </File>
224                         <File
225                                 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.h">
226                         </File>
227                         <File
228                                 RelativePath="..\..\utils\TableGen\TableGenBackend.h">
229                         </File>
230                 </Filter>
231                 <Filter
232                         Name="Generated Files"
233                         Filter="">
234                         <File
235                                 RelativePath="..\..\utils\TableGen\FileLexer.cpp">
236                                 <FileConfiguration
237                                         Name="Debug|Win32">
238                                         <Tool
239                                                 Name="VCCLCompilerTool"
240                                                 PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
241                                 </FileConfiguration>
242                                 <FileConfiguration
243                                         Name="Release|Win32">
244                                         <Tool
245                                                 Name="VCCLCompilerTool"
246                                                 PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
247                                 </FileConfiguration>
248                         </File>
249                         <File
250                                 RelativePath="..\..\utils\TableGen\fileparser.cpp">
251                                 <FileConfiguration
252                                         Name="Debug|Win32">
253                                         <Tool
254                                                 Name="VCCLCompilerTool"
255                                                 DisableSpecificWarnings="4065"/>
256                                 </FileConfiguration>
257                                 <FileConfiguration
258                                         Name="Release|Win32">
259                                         <Tool
260                                                 Name="VCCLCompilerTool"
261                                                 DisableSpecificWarnings="4065"/>
262                                 </FileConfiguration>
263                         </File>
264                         <File
265                                 RelativePath="..\..\utils\TableGen\fileparser.h">
266                         </File>
267                 </Filter>
268         </Files>
269         <Globals>
270         </Globals>
271 </VisualStudioProject>