Don't forget about release configuration...
[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="FALSE"
32                                 DebugInformationFormat="4"
33                                 DisableSpecificWarnings="4146,4800"/>
34                         <Tool
35                                 Name="VCCustomBuildTool"/>
36                         <Tool
37                                 Name="VCLinkerTool"
38                                 OutputFile="$(OutDir)\TableGen.exe"
39                                 LinkIncremental="2"
40                                 AdditionalLibraryDirectories="C:\Project\llvm\win32\Debug"
41                                 GenerateDebugInformation="TRUE"
42                                 ProgramDatabaseFile="$(OutDir)/TableGen.pdb"
43                                 SubSystem="1"
44                                 TargetMachine="1"/>
45                         <Tool
46                                 Name="VCMIDLTool"/>
47                         <Tool
48                                 Name="VCPostBuildEventTool"
49                                 CommandLine="copy $(OutDir)\TableGen.exe ..\tools"/>
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;.."
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="4146,4800"/>
85                         <Tool
86                                 Name="VCCustomBuildTool"/>
87                         <Tool
88                                 Name="VCLinkerTool"
89                                 OutputFile="$(OutDir)\TableGen.exe"
90                                 LinkIncremental="1"
91                                 AdditionalLibraryDirectories="C:\Project\llvm\win32\Release"
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                                 CommandLine="copy $(OutDir)\TableGen.exe ..\tools"/>
102                         <Tool
103                                 Name="VCPreBuildEventTool"/>
104                         <Tool
105                                 Name="VCPreLinkEventTool"/>
106                         <Tool
107                                 Name="VCResourceCompilerTool"/>
108                         <Tool
109                                 Name="VCWebServiceProxyGeneratorTool"/>
110                         <Tool
111                                 Name="VCXMLDataGeneratorTool"/>
112                         <Tool
113                                 Name="VCWebDeploymentTool"/>
114                         <Tool
115                                 Name="VCManagedWrapperGeneratorTool"/>
116                         <Tool
117                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
118                 </Configuration>
119         </Configurations>
120         <References>
121         </References>
122         <Files>
123                 <Filter
124                         Name="Source Files"
125                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
126                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
127                         <File
128                                 RelativePath="..\..\utils\TableGen\AsmWriterEmitter.cpp">
129                         </File>
130                         <File
131                                 RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp">
132                         </File>
133                         <File
134                                 RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp">
135                         </File>
136                         <File
137                                 RelativePath="..\..\utils\TableGen\FileLexer.l">
138                                 <FileConfiguration
139                                         Name="Debug|Win32">
140                                         <Tool
141                                                 Name="VCCustomBuildTool"
142                                                 CommandLine="..\tools\flex -t &gt;$(InputDir)$(InputName).cpp $(InputPath)
143 "
144                                                 Outputs="$(InputDir)$(InputName).cpp"/>
145                                 </FileConfiguration>
146                                 <FileConfiguration
147                                         Name="Release|Win32">
148                                         <Tool
149                                                 Name="VCCustomBuildTool"
150                                                 CommandLine="..\tools\flex -t &gt;$(InputDir)$(InputName).cpp $(InputPath)
151 "
152                                                 Outputs="$(InputDir)$(InputName).cpp"/>
153                                 </FileConfiguration>
154                         </File>
155                         <File
156                                 RelativePath="..\..\utils\TableGen\FileParser.y">
157                                 <FileConfiguration
158                                         Name="Debug|Win32">
159                                         <Tool
160                                                 Name="VCCustomBuildTool"
161                                                 CommandLine="..\tools\bison -pFile -tdo$(InputDir)$(InputName).cpp $(InputPath)
162 copy $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
163 "
164                                                 Outputs="$(InputDir)$(InputName).cpp;$(InputDir)$(InputName).h"/>
165                                 </FileConfiguration>
166                                 <FileConfiguration
167                                         Name="Release|Win32">
168                                         <Tool
169                                                 Name="VCCustomBuildTool"
170                                                 CommandLine="..\tools\bison -pFile -tdo$(InputDir)$(InputName).cpp $(InputPath)
171 copy $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
172 "
173                                                 Outputs="$(InputDir)$(InputName).cpp;$(InputDir)$(InputName).h"/>
174                                 </FileConfiguration>
175                         </File>
176                         <File
177                                 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp">
178                         </File>
179                         <File
180                                 RelativePath="..\..\utils\TableGen\InstrSelectorEmitter.cpp">
181                         </File>
182                         <File
183                                 RelativePath="..\..\utils\TableGen\Record.cpp">
184                         </File>
185                         <File
186                                 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.cpp">
187                         </File>
188                         <File
189                                 RelativePath="..\..\utils\TableGen\TableGen.cpp">
190                         </File>
191                         <File
192                                 RelativePath="..\..\utils\TableGen\TableGenBackend.cpp">
193                         </File>
194                 </Filter>
195                 <Filter
196                         Name="Header Files"
197                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
198                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
199                         <File
200                                 RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h">
201                         </File>
202                         <File
203                                 RelativePath="..\..\utils\TableGen\CodeEmitterGen.h">
204                         </File>
205                         <File
206                                 RelativePath="..\..\utils\TableGen\CodeGenInstruction.h">
207                         </File>
208                         <File
209                                 RelativePath="..\..\utils\TableGen\CodeGenRegisters.h">
210                         </File>
211                         <File
212                                 RelativePath="..\..\utils\TableGen\CodeGenTarget.h">
213                         </File>
214                         <File
215                                 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h">
216                         </File>
217                         <File
218                                 RelativePath="..\..\utils\TableGen\InstrSelectorEmitter.h">
219                         </File>
220                         <File
221                                 RelativePath="..\..\utils\TableGen\Record.h">
222                         </File>
223                         <File
224                                 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.h">
225                         </File>
226                         <File
227                                 RelativePath="..\..\utils\TableGen\TableGenBackend.h">
228                         </File>
229                 </Filter>
230                 <Filter
231                         Name="Generated Files"
232                         Filter="">
233                         <File
234                                 RelativePath="..\..\utils\TableGen\FileLexer.cpp">
235                                 <FileConfiguration
236                                         Name="Debug|Win32">
237                                         <Tool
238                                                 Name="VCCLCompilerTool"
239                                                 PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
240                                 </FileConfiguration>
241                                 <FileConfiguration
242                                         Name="Release|Win32">
243                                         <Tool
244                                                 Name="VCCLCompilerTool"
245                                                 PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
246                                 </FileConfiguration>
247                         </File>
248                         <File
249                                 RelativePath="..\..\utils\TableGen\fileparser.cpp">
250                                 <FileConfiguration
251                                         Name="Debug|Win32">
252                                         <Tool
253                                                 Name="VCCLCompilerTool"
254                                                 DisableSpecificWarnings="4065"/>
255                                 </FileConfiguration>
256                                 <FileConfiguration
257                                         Name="Release|Win32">
258                                         <Tool
259                                                 Name="VCCLCompilerTool"
260                                                 DisableSpecificWarnings="4065"/>
261                                 </FileConfiguration>
262                         </File>
263                         <File
264                                 RelativePath="..\..\utils\TableGen\fileparser.h">
265                         </File>
266                 </Filter>
267         </Files>
268         <Globals>
269         </Globals>
270 </VisualStudioProject>