blob: 4ad457cb0742232c90fe6fcc61dd2d4c28475f9f [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="zlib"
Jeremy Hylton73b3df92004-01-09 16:05:07 +00006 RootNamespace="zlib"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00007 SccProjectName="zlib"
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\zlib"
18 ConfigurationType="2"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
Jeremy Hylton73b3df92004-01-09 16:05:07 +000024 AdditionalIncludeDirectories="..\Include,..\PC,..\..\zlib-1.2.1"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000025 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
26 RuntimeLibrary="3"
27 UsePrecompiledHeader="2"
28 PrecompiledHeaderFile=".\x86-temp-debug\zlib/zlib.pch"
29 AssemblerListingLocation=".\x86-temp-debug\zlib/"
30 ObjectFile=".\x86-temp-debug\zlib/"
31 ProgramDataBaseFileName=".\x86-temp-debug\zlib/"
32 WarningLevel="3"
33 SuppressStartupBanner="TRUE"
34 DebugInformationFormat="3"
35 CompileAs="0"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
Jeremy Hylton73b3df92004-01-09 16:05:07 +000040 AdditionalDependencies="..\..\zlib-1.2.1\zlib.lib"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000041 OutputFile="./zlib_d.pyd"
42 LinkIncremental="1"
43 SuppressStartupBanner="TRUE"
Martin v. Löwis09de7562004-01-17 11:20:17 +000044 IgnoreDefaultLibraryNames="libc;msvcrt"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000045 GenerateDebugInformation="TRUE"
46 ProgramDatabaseFile=".\./zlib_d.pdb"
47 SubSystem="2"
48 BaseAddress="0x1e1B0000"
49 ImportLibrary=".\./zlib_d.lib"
50 TargetMachine="1"/>
51 <Tool
52 Name="VCMIDLTool"
53 PreprocessorDefinitions="_DEBUG"
54 MkTypLibCompatible="TRUE"
55 SuppressStartupBanner="TRUE"
56 TargetEnvironment="1"
57 TypeLibraryName=".\./zlib.tlb"
58 HeaderFileName=""/>
59 <Tool
60 Name="VCPostBuildEventTool"/>
61 <Tool
62 Name="VCPreBuildEventTool"/>
63 <Tool
64 Name="VCPreLinkEventTool"
65 Description="Checking static zlib has been built"
Jeremy Hylton73b3df92004-01-09 16:05:07 +000066 CommandLine="cd ..\..\zlib-1.2.1
67nmake -nologo -f win32\Makefile.msc zlib.lib
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000068"/>
69 <Tool
70 Name="VCResourceCompilerTool"
71 PreprocessorDefinitions="_DEBUG"
72 Culture="1033"/>
73 <Tool
74 Name="VCWebServiceProxyGeneratorTool"/>
75 <Tool
76 Name="VCXMLDataGeneratorTool"/>
77 <Tool
78 Name="VCWebDeploymentTool"/>
79 <Tool
80 Name="VCManagedWrapperGeneratorTool"/>
81 <Tool
82 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
83 </Configuration>
84 <Configuration
85 Name="Release|Win32"
86 OutputDirectory=".\."
87 IntermediateDirectory=".\x86-temp-release\zlib"
88 ConfigurationType="2"
89 UseOfMFC="0"
90 ATLMinimizesCRunTimeLibraryUsage="FALSE">
91 <Tool
92 Name="VCCLCompilerTool"
93 Optimization="2"
94 InlineFunctionExpansion="1"
Martin v. Löwis21eca432004-01-17 11:10:34 +000095 AdditionalIncludeDirectories="..\Include,..\PC,..\..\zlib-1.2.1"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000096 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
97 StringPooling="TRUE"
98 RuntimeLibrary="2"
99 EnableFunctionLevelLinking="TRUE"
100 UsePrecompiledHeader="2"
101 PrecompiledHeaderFile=".\x86-temp-release\zlib/zlib.pch"
102 AssemblerListingLocation=".\x86-temp-release\zlib/"
103 ObjectFile=".\x86-temp-release\zlib/"
104 ProgramDataBaseFileName=".\x86-temp-release\zlib/"
105 WarningLevel="3"
106 SuppressStartupBanner="TRUE"
107 DebugInformationFormat="3"
108 CompileAs="0"/>
109 <Tool
110 Name="VCCustomBuildTool"/>
111 <Tool
112 Name="VCLinkerTool"
Martin v. Löwis09de7562004-01-17 11:20:17 +0000113 AdditionalDependencies="..\..\zlib-1.2.1\zlib.lib"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000114 OutputFile="./zlib.pyd"
115 LinkIncremental="1"
116 SuppressStartupBanner="TRUE"
117 IgnoreDefaultLibraryNames="libc"
118 GenerateDebugInformation="TRUE"
119 ProgramDatabaseFile=".\./zlib.pdb"
120 SubSystem="2"
121 BaseAddress="0x1e1B0000"
122 ImportLibrary=".\./zlib.lib"
123 TargetMachine="1"/>
124 <Tool
125 Name="VCMIDLTool"
126 PreprocessorDefinitions="NDEBUG"
127 MkTypLibCompatible="TRUE"
128 SuppressStartupBanner="TRUE"
129 TargetEnvironment="1"
130 TypeLibraryName=".\./zlib.tlb"
131 HeaderFileName=""/>
132 <Tool
133 Name="VCPostBuildEventTool"/>
134 <Tool
135 Name="VCPreBuildEventTool"/>
136 <Tool
137 Name="VCPreLinkEventTool"
138 Description="Checking static zlib has been built"
Martin v. Löwis09de7562004-01-17 11:20:17 +0000139 CommandLine="cd ..\..\zlib-1.2.1
140nmake -nologo -f win32\Makefile.msc zlib.lib
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000141"/>
142 <Tool
143 Name="VCResourceCompilerTool"
144 PreprocessorDefinitions="NDEBUG"
145 Culture="1033"/>
146 <Tool
147 Name="VCWebServiceProxyGeneratorTool"/>
148 <Tool
149 Name="VCXMLDataGeneratorTool"/>
150 <Tool
151 Name="VCWebDeploymentTool"/>
152 <Tool
153 Name="VCManagedWrapperGeneratorTool"/>
154 <Tool
155 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
156 </Configuration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000157 <Configuration
158 Name="ReleaseItanium|Win32"
159 OutputDirectory="./."
160 IntermediateDirectory=".\ia64-temp-release\zlib"
161 ConfigurationType="2"
162 UseOfMFC="0"
163 ATLMinimizesCRunTimeLibraryUsage="FALSE">
164 <Tool
165 Name="VCCLCompilerTool"
166 AdditionalOptions=" /USECL:MS_ITANIUM"
167 Optimization="2"
168 InlineFunctionExpansion="1"
169 AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC,..\..\zlib-1.2.1"
170 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
171 StringPooling="TRUE"
172 BasicRuntimeChecks="0"
173 RuntimeLibrary="2"
174 BufferSecurityCheck="FALSE"
175 EnableFunctionLevelLinking="TRUE"
176 UsePrecompiledHeader="2"
177 PrecompiledHeaderFile=".\ia64-temp-release\zlib/zlib.pch"
178 AssemblerListingLocation=".\ia64-temp-release\zlib/"
179 ObjectFile=".\ia64-temp-release\zlib/"
180 ProgramDataBaseFileName=".\ia64-temp-release\zlib/"
181 WarningLevel="3"
182 SuppressStartupBanner="TRUE"
183 Detect64BitPortabilityProblems="TRUE"
184 DebugInformationFormat="3"
185 CompileAs="0"/>
186 <Tool
187 Name="VCCustomBuildTool"/>
188 <Tool
189 Name="VCLinkerTool"
190 AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
191 AdditionalDependencies="..\..\zlib-1.2.1\zlib.lib"
192 OutputFile="./zlib.pyd"
193 LinkIncremental="1"
194 SuppressStartupBanner="TRUE"
195 IgnoreDefaultLibraryNames="libc"
196 GenerateDebugInformation="TRUE"
197 ProgramDatabaseFile=".\./zlib.pdb"
198 SubSystem="2"
199 BaseAddress="0x1e1B0000"
200 ImportLibrary=".\./zlib.lib"
201 TargetMachine="0"/>
202 <Tool
203 Name="VCMIDLTool"
204 PreprocessorDefinitions="NDEBUG"
205 MkTypLibCompatible="TRUE"
206 SuppressStartupBanner="TRUE"
207 TargetEnvironment="1"
208 TypeLibraryName=".\./zlib.tlb"
209 HeaderFileName=""/>
210 <Tool
211 Name="VCPostBuildEventTool"/>
212 <Tool
213 Name="VCPreBuildEventTool"/>
214 <Tool
215 Name="VCPreLinkEventTool"
216 Description="Checking static zlib has been built"
217 CommandLine="cd ..\..\zlib-1.2.1
218nmake -nologo -f win32\Makefile.msc zlib.lib
219"/>
220 <Tool
221 Name="VCResourceCompilerTool"
222 PreprocessorDefinitions="NDEBUG"
223 Culture="1033"/>
224 <Tool
225 Name="VCWebServiceProxyGeneratorTool"/>
226 <Tool
227 Name="VCXMLDataGeneratorTool"/>
228 <Tool
229 Name="VCWebDeploymentTool"/>
230 <Tool
231 Name="VCManagedWrapperGeneratorTool"/>
232 <Tool
233 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
234 </Configuration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000235 </Configurations>
236 <References>
237 </References>
238 <Files>
239 <File
240 RelativePath="..\Modules\zlibmodule.c">
241 </File>
242 </Files>
243 <Globals>
244 </Globals>
245</VisualStudioProject>