fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare
[llvm/avr.git] / win32 / ExecutionEngine / ExecutionEngine.vcproj
blobb86db6f994b444e192f755fe2702e1a365d2d8f4
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="ExecutionEngine"
6 ProjectGUID="{76295AE8-A083-460E-9F80-6F2B8923264A}"
7 Keyword="Win32Proj"
9 <Platforms>
10 <Platform
11 Name="Win32"
13 <Platform
14 Name="x64"
16 </Platforms>
17 <ToolFiles>
18 </ToolFiles>
19 <Configurations>
20 <Configuration
21 Name="Debug|Win32"
22 OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
23 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
24 ConfigurationType="4"
25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
26 CharacterSet="2"
28 <Tool
29 Name="VCPreBuildEventTool"
31 <Tool
32 Name="VCCustomBuildTool"
34 <Tool
35 Name="VCXMLDataGeneratorTool"
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
40 <Tool
41 Name="VCMIDLTool"
43 <Tool
44 Name="VCCLCompilerTool"
45 Optimization="0"
46 AdditionalIncludeDirectories="..\..\include;.."
47 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
48 StringPooling="true"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="3"
52 ForceConformanceInForLoopScope="true"
53 RuntimeTypeInfo="true"
54 UsePrecompiledHeader="0"
55 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
56 BrowseInformation="1"
57 WarningLevel="3"
58 Detect64BitPortabilityProblems="false"
59 DebugInformationFormat="3"
60 DisableSpecificWarnings="4355,4146,4800"
62 <Tool
63 Name="VCManagedResourceCompilerTool"
65 <Tool
66 Name="VCResourceCompilerTool"
68 <Tool
69 Name="VCPreLinkEventTool"
71 <Tool
72 Name="VCLibrarianTool"
73 OutputFile="$(OutDir)/ExecutionEngine.lib"
75 <Tool
76 Name="VCALinkTool"
78 <Tool
79 Name="VCXDCMakeTool"
81 <Tool
82 Name="VCBscMakeTool"
84 <Tool
85 Name="VCFxCopTool"
87 <Tool
88 Name="VCPostBuildEventTool"
90 </Configuration>
91 <Configuration
92 Name="Release|Win32"
93 OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
94 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
95 ConfigurationType="4"
96 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
97 CharacterSet="2"
99 <Tool
100 Name="VCPreBuildEventTool"
102 <Tool
103 Name="VCCustomBuildTool"
105 <Tool
106 Name="VCXMLDataGeneratorTool"
108 <Tool
109 Name="VCWebServiceProxyGeneratorTool"
111 <Tool
112 Name="VCMIDLTool"
114 <Tool
115 Name="VCCLCompilerTool"
116 AdditionalIncludeDirectories="..\..\include;.."
117 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
118 StringPooling="true"
119 RuntimeLibrary="2"
120 ForceConformanceInForLoopScope="true"
121 RuntimeTypeInfo="true"
122 UsePrecompiledHeader="0"
123 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
124 WarningLevel="3"
125 Detect64BitPortabilityProblems="false"
126 DebugInformationFormat="3"
127 DisableSpecificWarnings="4355,4146,4800"
129 <Tool
130 Name="VCManagedResourceCompilerTool"
132 <Tool
133 Name="VCResourceCompilerTool"
135 <Tool
136 Name="VCPreLinkEventTool"
138 <Tool
139 Name="VCLibrarianTool"
140 OutputFile="$(OutDir)/ExecutionEngine.lib"
142 <Tool
143 Name="VCALinkTool"
145 <Tool
146 Name="VCXDCMakeTool"
148 <Tool
149 Name="VCBscMakeTool"
151 <Tool
152 Name="VCFxCopTool"
154 <Tool
155 Name="VCPostBuildEventTool"
157 </Configuration>
158 <Configuration
159 Name="Debug|x64"
160 OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
161 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
162 ConfigurationType="4"
163 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
164 CharacterSet="2"
166 <Tool
167 Name="VCPreBuildEventTool"
169 <Tool
170 Name="VCCustomBuildTool"
172 <Tool
173 Name="VCXMLDataGeneratorTool"
175 <Tool
176 Name="VCWebServiceProxyGeneratorTool"
178 <Tool
179 Name="VCMIDLTool"
180 TargetEnvironment="3"
182 <Tool
183 Name="VCCLCompilerTool"
184 Optimization="0"
185 AdditionalIncludeDirectories="..\..\include;.."
186 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
187 StringPooling="true"
188 MinimalRebuild="true"
189 BasicRuntimeChecks="3"
190 RuntimeLibrary="3"
191 ForceConformanceInForLoopScope="true"
192 RuntimeTypeInfo="true"
193 UsePrecompiledHeader="0"
194 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
195 BrowseInformation="1"
196 WarningLevel="3"
197 Detect64BitPortabilityProblems="false"
198 DebugInformationFormat="3"
199 DisableSpecificWarnings="4355,4146,4800"
201 <Tool
202 Name="VCManagedResourceCompilerTool"
204 <Tool
205 Name="VCResourceCompilerTool"
207 <Tool
208 Name="VCPreLinkEventTool"
210 <Tool
211 Name="VCLibrarianTool"
212 OutputFile="$(OutDir)/ExecutionEngine.lib"
214 <Tool
215 Name="VCALinkTool"
217 <Tool
218 Name="VCXDCMakeTool"
220 <Tool
221 Name="VCBscMakeTool"
223 <Tool
224 Name="VCFxCopTool"
226 <Tool
227 Name="VCPostBuildEventTool"
229 </Configuration>
230 <Configuration
231 Name="Release|x64"
232 OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
233 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
234 ConfigurationType="4"
235 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
236 CharacterSet="2"
238 <Tool
239 Name="VCPreBuildEventTool"
241 <Tool
242 Name="VCCustomBuildTool"
244 <Tool
245 Name="VCXMLDataGeneratorTool"
247 <Tool
248 Name="VCWebServiceProxyGeneratorTool"
250 <Tool
251 Name="VCMIDLTool"
252 TargetEnvironment="3"
254 <Tool
255 Name="VCCLCompilerTool"
256 AdditionalIncludeDirectories="..\..\include;.."
257 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
258 StringPooling="true"
259 RuntimeLibrary="2"
260 ForceConformanceInForLoopScope="true"
261 RuntimeTypeInfo="true"
262 UsePrecompiledHeader="0"
263 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
264 WarningLevel="3"
265 Detect64BitPortabilityProblems="false"
266 DebugInformationFormat="3"
267 DisableSpecificWarnings="4355,4146,4800"
269 <Tool
270 Name="VCManagedResourceCompilerTool"
272 <Tool
273 Name="VCResourceCompilerTool"
275 <Tool
276 Name="VCPreLinkEventTool"
278 <Tool
279 Name="VCLibrarianTool"
280 OutputFile="$(OutDir)/ExecutionEngine.lib"
282 <Tool
283 Name="VCALinkTool"
285 <Tool
286 Name="VCXDCMakeTool"
288 <Tool
289 Name="VCBscMakeTool"
291 <Tool
292 Name="VCFxCopTool"
294 <Tool
295 Name="VCPostBuildEventTool"
297 </Configuration>
298 </Configurations>
299 <References>
300 </References>
301 <Files>
302 <Filter
303 Name="Source Files"
304 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
305 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
307 <File
308 RelativePath="..\..\lib\ExecutionEngine\ExecutionEngine.cpp"
310 </File>
311 <File
312 RelativePath="..\..\lib\ExecutionEngine\ExecutionEngineBindings.cpp"
314 </File>
315 </Filter>
316 <Filter
317 Name="Header Files"
318 Filter="h;hpp;hxx;hm;inl;inc;xsd"
319 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
321 <File
322 RelativePath="..\..\include\llvm\ExecutionEngine\ExecutionEngine.h"
324 </File>
325 <File
326 RelativePath="..\..\include\llvm\ExecutionEngine\GenericValue.h"
328 </File>
329 </Filter>
330 <Filter
331 Name="JIT"
333 <File
334 RelativePath="..\..\lib\ExecutionEngine\Jit\Intercept.cpp"
336 </File>
337 <File
338 RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.cpp"
340 </File>
341 <File
342 RelativePath="..\..\include\llvm\ExecutionEngine\JIT.h"
344 </File>
345 <File
346 RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h"
348 </File>
349 <File
350 RelativePath="..\..\lib\ExecutionEngine\JIT\JITDwarfEmitter.cpp"
352 </File>
353 <File
354 RelativePath="..\..\lib\ExecutionEngine\JIT\JITDwarfEmitter.h"
356 </File>
357 <File
358 RelativePath="..\..\lib\ExecutionEngine\Jit\JITEmitter.cpp"
360 </File>
361 <File
362 RelativePath="..\..\lib\ExecutionEngine\JIT\JITMemoryManager.cpp"
364 </File>
365 <File
366 RelativePath="..\..\include\llvm\ExecutionEngine\JITMemoryManager.h"
368 </File>
369 <File
370 RelativePath="..\..\lib\ExecutionEngine\Jit\TargetSelect.cpp"
372 </File>
373 </Filter>
374 <Filter
375 Name="Interpreter"
377 <File
378 RelativePath="..\..\lib\ExecutionEngine\Interpreter\Execution.cpp"
380 </File>
381 <File
382 RelativePath="..\..\lib\ExecutionEngine\Interpreter\ExternalFunctions.cpp"
384 <FileConfiguration
385 Name="Debug|Win32"
387 <Tool
388 Name="VCCLCompilerTool"
389 DisableSpecificWarnings="4190"
391 </FileConfiguration>
392 <FileConfiguration
393 Name="Release|Win32"
395 <Tool
396 Name="VCCLCompilerTool"
397 DisableSpecificWarnings="4190"
399 </FileConfiguration>
400 <FileConfiguration
401 Name="Debug|x64"
403 <Tool
404 Name="VCCLCompilerTool"
405 DisableSpecificWarnings="4190"
407 </FileConfiguration>
408 <FileConfiguration
409 Name="Release|x64"
411 <Tool
412 Name="VCCLCompilerTool"
413 DisableSpecificWarnings="4190"
415 </FileConfiguration>
416 </File>
417 <File
418 RelativePath="..\..\lib\ExecutionEngine\Interpreter\Interpreter.cpp"
420 </File>
421 <File
422 RelativePath="..\..\lib\ExecutionEngine\Interpreter\Interpreter.h"
424 </File>
425 </Filter>
426 </Files>
427 <Globals>
428 </Globals>
429 </VisualStudioProject>