2c481ec8c29ca075b6aebcff86f9cb53a8f3b99d
[oota-llvm.git] / win32 / x86 / x86.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="x86"
6         ProjectGUID="{144EEBF6-8C9B-4473-B715-2C821666AF6C}"
7         RootNamespace="x86"
8         Keyword="Win32Proj">
9         <Platforms>
10                 <Platform
11                         Name="Win32"/>
12         </Platforms>
13         <Configurations>
14                 <Configuration
15                         Name="Debug|Win32"
16                         OutputDirectory="..\Debug"
17                         IntermediateDirectory="Debug"
18                         ConfigurationType="4"
19                         CharacterSet="2">
20                         <Tool
21                                 Name="VCCLCompilerTool"
22                                 Optimization="0"
23                                 AdditionalIncludeDirectories=".;..\..\include;.."
24                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
25                                 StringPooling="TRUE"
26                                 MinimalRebuild="TRUE"
27                                 BasicRuntimeChecks="3"
28                                 RuntimeLibrary="3"
29                                 ForceConformanceInForLoopScope="TRUE"
30                                 RuntimeTypeInfo="TRUE"
31                                 UsePrecompiledHeader="0"
32                                 BrowseInformation="1"
33                                 WarningLevel="3"
34                                 Detect64BitPortabilityProblems="FALSE"
35                                 DebugInformationFormat="4"
36                                 DisableSpecificWarnings="4355,4146,4800"/>
37                         <Tool
38                                 Name="VCCustomBuildTool"/>
39                         <Tool
40                                 Name="VCLibrarianTool"
41                                 OutputFile="$(OutDir)/x86.lib"/>
42                         <Tool
43                                 Name="VCMIDLTool"/>
44                         <Tool
45                                 Name="VCPostBuildEventTool"/>
46                         <Tool
47                                 Name="VCPreBuildEventTool"/>
48                         <Tool
49                                 Name="VCPreLinkEventTool"/>
50                         <Tool
51                                 Name="VCResourceCompilerTool"/>
52                         <Tool
53                                 Name="VCWebServiceProxyGeneratorTool"/>
54                         <Tool
55                                 Name="VCXMLDataGeneratorTool"/>
56                         <Tool
57                                 Name="VCManagedWrapperGeneratorTool"/>
58                         <Tool
59                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
60                 </Configuration>
61                 <Configuration
62                         Name="Release|Win32"
63                         OutputDirectory="..\Release"
64                         IntermediateDirectory="Release"
65                         ConfigurationType="4"
66                         CharacterSet="2">
67                         <Tool
68                                 Name="VCCLCompilerTool"
69                                 AdditionalIncludeDirectories=".;..\..\include;.."
70                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
71                                 StringPooling="TRUE"
72                                 RuntimeLibrary="2"
73                                 ForceConformanceInForLoopScope="TRUE"
74                                 RuntimeTypeInfo="TRUE"
75                                 UsePrecompiledHeader="0"
76                                 WarningLevel="3"
77                                 Detect64BitPortabilityProblems="FALSE"
78                                 DebugInformationFormat="3"
79                                 DisableSpecificWarnings="4355,4146,4800"/>
80                         <Tool
81                                 Name="VCCustomBuildTool"/>
82                         <Tool
83                                 Name="VCLibrarianTool"
84                                 OutputFile="$(OutDir)/x86.lib"/>
85                         <Tool
86                                 Name="VCMIDLTool"/>
87                         <Tool
88                                 Name="VCPostBuildEventTool"/>
89                         <Tool
90                                 Name="VCPreBuildEventTool"/>
91                         <Tool
92                                 Name="VCPreLinkEventTool"/>
93                         <Tool
94                                 Name="VCResourceCompilerTool"/>
95                         <Tool
96                                 Name="VCWebServiceProxyGeneratorTool"/>
97                         <Tool
98                                 Name="VCXMLDataGeneratorTool"/>
99                         <Tool
100                                 Name="VCManagedWrapperGeneratorTool"/>
101                         <Tool
102                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
103                 </Configuration>
104         </Configurations>
105         <References>
106         </References>
107         <Files>
108                 <Filter
109                         Name="Source Files"
110                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
111                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
112                         <File
113                                 RelativePath="..\..\lib\Target\X86\X86.td">
114                                 <FileConfiguration
115                                         Name="Debug|Win32">
116                                         <Tool
117                                                 Name="VCCustomBuildTool"
118                                                 Description="Performing TableGen Step"
119                                                 CommandLine="..\$(IntDir)\TableGen.exe -gen-register-enums -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterNames.inc
120 ..\$(IntDir)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterInfo.h.inc
121 ..\$(IntDir)\TableGen.exe -gen-register-desc -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterInfo.inc
122 ..\$(IntDir)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target\X86 $(InputPath) -o X86GenInstrNames.inc
123 ..\$(IntDir)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target\X86 $(InputPath) -o X86GenInstrInfo.inc
124 ..\$(IntDir)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target\X86 $(InputPath) -o X86GenAsmWriter.inc
125 ..\$(IntDir)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target\X86 $(InputPath) -o X86GenAsmWriter1.inc
126 ..\$(IntDir)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target\X86 $(InputPath) -o X86GenDAGISel.inc
127 ..\$(IntDir)\TableGen.exe -gen-subtarget -I ..\..\lib\Target\X86 $(InputPath) -o X86GenSubtarget.inc"
128                                                 AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)..\Target.td;$(ProjectDir)..\$(IntDir)\TableGen.exe"
129                                                 Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc"/>
130                                 </FileConfiguration>
131                                 <FileConfiguration
132                                         Name="Release|Win32">
133                                         <Tool
134                                                 Name="VCCustomBuildTool"
135                                                 Description="Performing TableGen Step"
136                                                 CommandLine="..\$(IntDir)\TableGen.exe -gen-register-enums -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterNames.inc
137 ..\$(IntDir)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterInfo.h.inc
138 ..\$(IntDir)\TableGen.exe -gen-register-desc -I ..\..\lib\Target\X86 $(InputPath) -o X86GenRegisterInfo.inc
139 ..\$(IntDir)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target\X86 $(InputPath) -o X86GenInstrNames.inc
140 ..\$(IntDir)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target\X86 $(InputPath) -o X86GenInstrInfo.inc
141 ..\$(IntDir)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target\X86 $(InputPath) -o X86GenAsmWriter.inc
142 ..\$(IntDir)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target\X86 $(InputPath) -o X86GenAsmWriter1.inc
143 ..\$(IntDir)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target\X86 $(InputPath) -o X86GenDAGISel.inc
144 ..\$(IntDir)\TableGen.exe -gen-subtarget -I ..\..\lib\Target\X86 $(InputPath) -o X86GenSubtarget.inc"
145                                                 AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)..\Target.td;$(ProjectDir)..\$(IntDir)\TableGen.exe"
146                                                 Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc"/>
147                                 </FileConfiguration>
148                         </File>
149                         <File
150                                 RelativePath="..\..\lib\Target\X86\X86AsmPrinter.cpp">
151                         </File>
152                         <File
153                                 RelativePath="..\..\lib\Target\X86\X86ATTAsmPrinter.cpp">
154                         </File>
155                         <File
156                                 RelativePath="..\..\lib\Target\X86\X86CodeEmitter.cpp">
157                         </File>
158                         <File
159                                 RelativePath="..\..\lib\Target\X86\X86ELFWriter.cpp">
160                         </File>
161                         <File
162                                 RelativePath="..\..\lib\Target\X86\X86FloatingPoint.cpp">
163                         </File>
164                         <File
165                                 RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp">
166                         </File>
167                         <File
168                                 RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.cpp">
169                         </File>
170                         <File
171                                 RelativePath="..\..\lib\Target\X86\X86ISelDAGToDAG.cpp">
172                         </File>
173                         <File
174                                 RelativePath="..\..\lib\Target\X86\X86ISelLowering.cpp">
175                         </File>
176                         <File
177                                 RelativePath="..\..\lib\Target\X86\X86ISelPattern.cpp">
178                         </File>
179                         <File
180                                 RelativePath="..\..\lib\Target\X86\X86JITInfo.cpp">
181                         </File>
182                         <File
183                                 RelativePath="..\..\lib\Target\X86\X86PeepholeOpt.cpp">
184                         </File>
185                         <File
186                                 RelativePath="..\..\lib\Target\X86\X86RegisterInfo.cpp">
187                         </File>
188                         <File
189                                 RelativePath="..\..\lib\Target\X86\X86Subtarget.cpp">
190                         </File>
191                         <File
192                                 RelativePath="..\..\lib\Target\X86\X86TargetMachine.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="..\..\lib\Target\Target.td">
201                         </File>
202                         <File
203                                 RelativePath="..\..\lib\Target\X86\X86.h">
204                         </File>
205                         <File
206                                 RelativePath="..\..\lib\Target\X86\X86ATTAsmPrinter.h">
207                         </File>
208                         <File
209                                 RelativePath="..\..\lib\Target\X86\X86InstrBuilder.h">
210                         </File>
211                         <File
212                                 RelativePath="..\..\lib\Target\X86\X86InstrInfo.h">
213                         </File>
214                         <File
215                                 RelativePath="..\..\lib\Target\X86\X86InstrInfo.td">
216                         </File>
217                         <File
218                                 RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.h">
219                         </File>
220                         <File
221                                 RelativePath="..\..\lib\Target\X86\X86ISelLowering.h">
222                         </File>
223                         <File
224                                 RelativePath="..\..\lib\Target\X86\X86JITInfo.h">
225                         </File>
226                         <File
227                                 RelativePath="..\..\lib\Target\X86\X86RegisterInfo.h">
228                         </File>
229                         <File
230                                 RelativePath="..\..\lib\Target\X86\X86RegisterInfo.td">
231                         </File>
232                         <File
233                                 RelativePath="..\..\lib\Target\X86\X86Subtarget.h">
234                         </File>
235                         <File
236                                 RelativePath="..\..\lib\Target\X86\X86TargetMachine.h">
237                         </File>
238                 </Filter>
239                 <Filter
240                         Name="Generated Tablegen Files"
241                         Filter="">
242                         <File
243                                 RelativePath=".\X86GenAsmWriter.inc">
244                         </File>
245                         <File
246                                 RelativePath=".\X86GenAsmWriter1.inc">
247                         </File>
248                         <File
249                                 RelativePath=".\X86GenDAGISel.inc">
250                         </File>
251                         <File
252                                 RelativePath=".\X86GenInstrInfo.inc">
253                         </File>
254                         <File
255                                 RelativePath=".\X86GenInstrNames.inc">
256                         </File>
257                         <File
258                                 RelativePath=".\X86GenRegisterInfo.h.inc">
259                         </File>
260                         <File
261                                 RelativePath=".\X86GenRegisterInfo.inc">
262                         </File>
263                         <File
264                                 RelativePath=".\X86GenRegisterNames.inc">
265                         </File>
266                         <File
267                                 RelativePath=".\X86GenSubtarget.inc">
268                         </File>
269                 </Filter>
270         </Files>
271         <Globals>
272         </Globals>
273 </VisualStudioProject>