Couple of fixes to mention bunzip2 and make instructions more clear.
[llvm-complete.git] / win32 / llc / llc.vcproj
blob3856ca30776d4a1b11c20a042570014392e09967
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="llc"
6 ProjectGUID="{ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}"
7 Keyword="Win32Proj"
9 <Platforms>
10 <Platform
11 Name="Win32"
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory="$(SolutionDir)$(IntDir)"
20 IntermediateDirectory="Debug"
21 ConfigurationType="1"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23 CharacterSet="2"
25 <Tool
26 Name="VCPreBuildEventTool"
28 <Tool
29 Name="VCCustomBuildTool"
31 <Tool
32 Name="VCXMLDataGeneratorTool"
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
37 <Tool
38 Name="VCMIDLTool"
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\include;.."
44 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
45 StringPooling="true"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 ForceConformanceInForLoopScope="true"
50 RuntimeTypeInfo="true"
51 UsePrecompiledHeader="0"
52 BrowseInformation="1"
53 WarningLevel="3"
54 Detect64BitPortabilityProblems="false"
55 DebugInformationFormat="4"
56 DisableSpecificWarnings="4355,4146,4800"
58 <Tool
59 Name="VCManagedResourceCompilerTool"
61 <Tool
62 Name="VCResourceCompilerTool"
64 <Tool
65 Name="VCPreLinkEventTool"
67 <Tool
68 Name="VCLinkerTool"
69 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj"
70 OutputFile="$(OutDir)/llc.exe"
71 LinkIncremental="2"
72 GenerateDebugInformation="true"
73 ProgramDatabaseFile="$(OutDir)/llc.pdb"
74 SubSystem="1"
75 TargetMachine="1"
77 <Tool
78 Name="VCALinkTool"
80 <Tool
81 Name="VCManifestTool"
83 <Tool
84 Name="VCXDCMakeTool"
86 <Tool
87 Name="VCBscMakeTool"
89 <Tool
90 Name="VCFxCopTool"
92 <Tool
93 Name="VCAppVerifierTool"
95 <Tool
96 Name="VCWebDeploymentTool"
98 <Tool
99 Name="VCPostBuildEventTool"
101 </Configuration>
102 <Configuration
103 Name="Release|Win32"
104 OutputDirectory="$(SolutionDir)$(IntDir)"
105 IntermediateDirectory="Release"
106 ConfigurationType="1"
107 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
108 CharacterSet="2"
110 <Tool
111 Name="VCPreBuildEventTool"
113 <Tool
114 Name="VCCustomBuildTool"
116 <Tool
117 Name="VCXMLDataGeneratorTool"
119 <Tool
120 Name="VCWebServiceProxyGeneratorTool"
122 <Tool
123 Name="VCMIDLTool"
125 <Tool
126 Name="VCCLCompilerTool"
127 AdditionalIncludeDirectories="..\..\include;.."
128 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
129 StringPooling="true"
130 RuntimeLibrary="2"
131 ForceConformanceInForLoopScope="true"
132 RuntimeTypeInfo="true"
133 UsePrecompiledHeader="0"
134 BrowseInformation="0"
135 WarningLevel="3"
136 Detect64BitPortabilityProblems="false"
137 DebugInformationFormat="3"
138 DisableSpecificWarnings="4355,4146,4800"
140 <Tool
141 Name="VCManagedResourceCompilerTool"
143 <Tool
144 Name="VCResourceCompilerTool"
146 <Tool
147 Name="VCPreLinkEventTool"
149 <Tool
150 Name="VCLinkerTool"
151 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj"
152 OutputFile="$(OutDir)/llc.exe"
153 LinkIncremental="1"
154 GenerateDebugInformation="true"
155 SubSystem="1"
156 OptimizeReferences="2"
157 EnableCOMDATFolding="2"
158 TargetMachine="1"
160 <Tool
161 Name="VCALinkTool"
163 <Tool
164 Name="VCManifestTool"
166 <Tool
167 Name="VCXDCMakeTool"
169 <Tool
170 Name="VCBscMakeTool"
172 <Tool
173 Name="VCFxCopTool"
175 <Tool
176 Name="VCAppVerifierTool"
178 <Tool
179 Name="VCWebDeploymentTool"
181 <Tool
182 Name="VCPostBuildEventTool"
184 </Configuration>
185 </Configurations>
186 <References>
187 </References>
188 <Files>
189 <Filter
190 Name="Source Files"
191 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
192 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
194 <File
195 RelativePath="..\..\tools\llc\llc.cpp"
197 </File>
198 </Filter>
199 <Filter
200 Name="Header Files"
201 Filter="h;hpp;hxx;hm;inl;inc;xsd"
202 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
204 </Filter>
205 </Files>
206 <Globals>
207 </Globals>
208 </VisualStudioProject>