blob: 4e8ef9807e2bf318de331787030749659cd9a6cd [file] [log] [blame]
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="bz2"
Tim Peters0e933092004-04-11 17:45:31 +00006 RootNamespace="bz2"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00007 SccProjectName="bz2"
8 SccLocalPath="..">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory=".\."
17 IntermediateDirectory=".\x86-temp-debug\bz2"
18 ConfigurationType="2"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
24 AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.2"
25 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
26 RuntimeLibrary="3"
27 UsePrecompiledHeader="2"
28 PrecompiledHeaderFile=".\x86-temp-debug\bz2/bz2.pch"
29 AssemblerListingLocation=".\x86-temp-debug\bz2/"
30 ObjectFile=".\x86-temp-debug\bz2/"
31 ProgramDataBaseFileName=".\x86-temp-debug\bz2/"
32 WarningLevel="3"
33 SuppressStartupBanner="TRUE"
34 DebugInformationFormat="3"
35 CompileAs="0"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
40 AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
41 OutputFile="./bz2_d.pyd"
42 LinkIncremental="1"
43 SuppressStartupBanner="TRUE"
44 IgnoreDefaultLibraryNames="msvcrt,libc"
45 GenerateDebugInformation="TRUE"
46 ProgramDatabaseFile=".\./bz2_d.pdb"
47 SubSystem="2"
48 BaseAddress="0x1D170000"
49 ImportLibrary=".\./bz2_d.lib"
50 TargetMachine="1"/>
51 <Tool
52 Name="VCMIDLTool"
53 PreprocessorDefinitions="_DEBUG"
54 MkTypLibCompatible="TRUE"
55 SuppressStartupBanner="TRUE"
56 TargetEnvironment="1"
57 TypeLibraryName=".\./bz2.tlb"
58 HeaderFileName=""/>
59 <Tool
60 Name="VCPostBuildEventTool"/>
61 <Tool
62 Name="VCPreBuildEventTool"/>
63 <Tool
64 Name="VCPreLinkEventTool"
65 CommandLine="cd ..\..\bzip2-1.0.2
Tim Peters0e933092004-04-11 17:45:31 +000066nmake /nologo /f makefile.msc
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000067"/>
68 <Tool
69 Name="VCResourceCompilerTool"
70 PreprocessorDefinitions="_DEBUG"
71 Culture="1033"/>
72 <Tool
73 Name="VCWebServiceProxyGeneratorTool"/>
74 <Tool
75 Name="VCXMLDataGeneratorTool"/>
76 <Tool
77 Name="VCWebDeploymentTool"/>
78 <Tool
79 Name="VCManagedWrapperGeneratorTool"/>
80 <Tool
81 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
82 </Configuration>
83 <Configuration
84 Name="Release|Win32"
85 OutputDirectory=".\."
86 IntermediateDirectory=".\x86-temp-release\bz2"
87 ConfigurationType="2"
88 UseOfMFC="0"
89 ATLMinimizesCRunTimeLibraryUsage="FALSE">
90 <Tool
91 Name="VCCLCompilerTool"
92 Optimization="2"
93 InlineFunctionExpansion="1"
94 AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.2"
95 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
96 StringPooling="TRUE"
97 RuntimeLibrary="2"
98 EnableFunctionLevelLinking="TRUE"
99 UsePrecompiledHeader="2"
100 PrecompiledHeaderFile=".\x86-temp-release\bz2/bz2.pch"
101 AssemblerListingLocation=".\x86-temp-release\bz2/"
102 ObjectFile=".\x86-temp-release\bz2/"
103 ProgramDataBaseFileName=".\x86-temp-release\bz2/"
104 WarningLevel="3"
105 SuppressStartupBanner="TRUE"
106 DebugInformationFormat="3"
107 CompileAs="0"/>
108 <Tool
109 Name="VCCustomBuildTool"/>
110 <Tool
111 Name="VCLinkerTool"
112 AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
113 OutputFile="./bz2.pyd"
114 LinkIncremental="1"
115 SuppressStartupBanner="TRUE"
116 IgnoreDefaultLibraryNames="libc"
117 GenerateDebugInformation="TRUE"
118 ProgramDatabaseFile=".\./bz2.pdb"
119 SubSystem="2"
120 BaseAddress="0x1D170000"
121 ImportLibrary=".\./bz2.lib"
122 TargetMachine="1"/>
123 <Tool
124 Name="VCMIDLTool"
125 PreprocessorDefinitions="NDEBUG"
126 MkTypLibCompatible="TRUE"
127 SuppressStartupBanner="TRUE"
128 TargetEnvironment="1"
129 TypeLibraryName=".\./bz2.tlb"
130 HeaderFileName=""/>
131 <Tool
132 Name="VCPostBuildEventTool"/>
133 <Tool
134 Name="VCPreBuildEventTool"/>
135 <Tool
136 Name="VCPreLinkEventTool"
137 CommandLine="cd ..\..\bzip2-1.0.2
138nmake /nologo /f makefile.msc lib
139"/>
140 <Tool
141 Name="VCResourceCompilerTool"
142 PreprocessorDefinitions="NDEBUG"
143 Culture="1033"/>
144 <Tool
145 Name="VCWebServiceProxyGeneratorTool"/>
146 <Tool
147 Name="VCXMLDataGeneratorTool"/>
148 <Tool
149 Name="VCWebDeploymentTool"/>
150 <Tool
151 Name="VCManagedWrapperGeneratorTool"/>
152 <Tool
153 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
154 </Configuration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000155 <Configuration
156 Name="ReleaseItanium|Win32"
157 OutputDirectory="./."
158 IntermediateDirectory=".\ia64-temp-release\bz2"
159 ConfigurationType="2"
160 UseOfMFC="0"
161 ATLMinimizesCRunTimeLibraryUsage="FALSE">
162 <Tool
163 Name="VCCLCompilerTool"
164 AdditionalOptions=" /USECL:MS_ITANIUM"
165 Optimization="2"
166 InlineFunctionExpansion="1"
167 AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC,..\..\bzip2-1.0.2"
168 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
169 StringPooling="TRUE"
170 BasicRuntimeChecks="0"
171 RuntimeLibrary="2"
172 BufferSecurityCheck="FALSE"
173 EnableFunctionLevelLinking="TRUE"
174 UsePrecompiledHeader="2"
175 PrecompiledHeaderFile=".\ia64-temp-release\bz2/bz2.pch"
176 AssemblerListingLocation=".\ia64-temp-release\bz2/"
177 ObjectFile=".\ia64-temp-release\bz2/"
178 ProgramDataBaseFileName=".\ia64-temp-release\bz2/"
179 WarningLevel="3"
180 SuppressStartupBanner="TRUE"
181 Detect64BitPortabilityProblems="TRUE"
182 DebugInformationFormat="3"
183 CompileAs="0"/>
184 <Tool
185 Name="VCCustomBuildTool"/>
186 <Tool
187 Name="VCLinkerTool"
188 AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
189 AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
190 OutputFile="./bz2.pyd"
191 LinkIncremental="1"
192 SuppressStartupBanner="TRUE"
193 IgnoreDefaultLibraryNames="libc"
194 GenerateDebugInformation="TRUE"
195 ProgramDatabaseFile=".\./bz2.pdb"
196 SubSystem="2"
197 BaseAddress="0x1D170000"
198 ImportLibrary=".\./bz2.lib"
199 TargetMachine="0"/>
200 <Tool
201 Name="VCMIDLTool"
202 PreprocessorDefinitions="NDEBUG"
203 MkTypLibCompatible="TRUE"
204 SuppressStartupBanner="TRUE"
205 TargetEnvironment="1"
206 TypeLibraryName=".\./bz2.tlb"
207 HeaderFileName=""/>
208 <Tool
209 Name="VCPostBuildEventTool"/>
210 <Tool
211 Name="VCPreBuildEventTool"/>
212 <Tool
213 Name="VCPreLinkEventTool"
214 CommandLine="cd ..\..\bzip2-1.0.2
215nmake /nologo /f makefile.msc lib
216"/>
217 <Tool
218 Name="VCResourceCompilerTool"
219 PreprocessorDefinitions="NDEBUG"
220 Culture="1033"/>
221 <Tool
222 Name="VCWebServiceProxyGeneratorTool"/>
223 <Tool
224 Name="VCXMLDataGeneratorTool"/>
225 <Tool
226 Name="VCWebDeploymentTool"/>
227 <Tool
228 Name="VCManagedWrapperGeneratorTool"/>
229 <Tool
230 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
231 </Configuration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000232 </Configurations>
233 <References>
234 </References>
235 <Files>
236 <File
237 RelativePath="..\Modules\bz2module.c">
238 <FileConfiguration
239 Name="Debug|Win32">
240 <Tool
241 Name="VCCLCompilerTool"
242 Optimization="0"
243 AdditionalIncludeDirectories=""
244 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
245 </FileConfiguration>
246 <FileConfiguration
247 Name="Release|Win32">
248 <Tool
249 Name="VCCLCompilerTool"
250 Optimization="2"
251 AdditionalIncludeDirectories=""
252 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
253 </FileConfiguration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000254 <FileConfiguration
255 Name="ReleaseItanium|Win32">
256 <Tool
257 Name="VCCLCompilerTool"
258 Optimization="2"
259 AdditionalIncludeDirectories=""
260 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
261 </FileConfiguration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000262 </File>
263 </Files>
264 <Globals>
265 </Globals>
266</VisualStudioProject>