diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
commit | 4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch) | |
tree | 4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /contrib/vstudio/vc7/zlibvc.vcproj | |
parent | 086e982175da84b3db958191031380794315f95f (diff) | |
download | zlib-1.2.0.5.tar.gz zlib-1.2.0.5.tar.bz2 zlib-1.2.0.5.zip |
zlib 1.2.0.5v1.2.0.5
Diffstat (limited to 'contrib/vstudio/vc7/zlibvc.vcproj')
-rw-r--r-- | contrib/vstudio/vc7/zlibvc.vcproj | 436 |
1 files changed, 436 insertions, 0 deletions
diff --git a/contrib/vstudio/vc7/zlibvc.vcproj b/contrib/vstudio/vc7/zlibvc.vcproj new file mode 100644 index 0000000..4e57bcd --- /dev/null +++ b/contrib/vstudio/vc7/zlibvc.vcproj | |||
@@ -0,0 +1,436 @@ | |||
1 | <?xml version="1.0" encoding = "Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="zlibvc" | ||
6 | SccProjectName="" | ||
7 | SccLocalPath=""> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="Debug|Win32" | ||
15 | OutputDirectory=".\DebugDll" | ||
16 | IntermediateDirectory=".\DebugDll" | ||
17 | ConfigurationType="2" | ||
18 | UseOfMFC="0" | ||
19 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> | ||
20 | <Tool | ||
21 | Name="VCCLCompilerTool" | ||
22 | Optimization="0" | ||
23 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF" | ||
24 | ExceptionHandling="FALSE" | ||
25 | RuntimeLibrary="1" | ||
26 | PrecompiledHeaderFile=".\DebugDll/zlibvc.pch" | ||
27 | AssemblerListingLocation=".\DebugDll/" | ||
28 | ObjectFile=".\DebugDll/" | ||
29 | ProgramDataBaseFileName=".\DebugDll/" | ||
30 | WarningLevel="3" | ||
31 | SuppressStartupBanner="TRUE" | ||
32 | DebugInformationFormat="4"/> | ||
33 | <Tool | ||
34 | Name="VCCustomBuildTool"/> | ||
35 | <Tool | ||
36 | Name="VCLinkerTool" | ||
37 | AdditionalOptions="/MACHINE:I386" | ||
38 | AdditionalDependencies="gvmat32.obj inffas32.obj" | ||
39 | OutputFile=".\DebugDll\zlibwapi.dll" | ||
40 | LinkIncremental="2" | ||
41 | SuppressStartupBanner="TRUE" | ||
42 | ModuleDefinitionFile=".\zlibvc.def" | ||
43 | GenerateDebugInformation="TRUE" | ||
44 | ProgramDatabaseFile=".\DebugDll/zlibwapi.pdb" | ||
45 | SubSystem="2" | ||
46 | ImportLibrary=".\DebugDll/zlibwapi.lib"/> | ||
47 | <Tool | ||
48 | Name="VCMIDLTool" | ||
49 | PreprocessorDefinitions="_DEBUG" | ||
50 | MkTypLibCompatible="TRUE" | ||
51 | SuppressStartupBanner="TRUE" | ||
52 | TargetEnvironment="1" | ||
53 | TypeLibraryName=".\DebugDll/zlibvc.tlb"/> | ||
54 | <Tool | ||
55 | Name="VCPostBuildEventTool"/> | ||
56 | <Tool | ||
57 | Name="VCPreBuildEventTool"/> | ||
58 | <Tool | ||
59 | Name="VCPreLinkEventTool"/> | ||
60 | <Tool | ||
61 | Name="VCResourceCompilerTool" | ||
62 | PreprocessorDefinitions="_DEBUG" | ||
63 | Culture="1036"/> | ||
64 | <Tool | ||
65 | Name="VCWebServiceProxyGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCWebDeploymentTool"/> | ||
68 | </Configuration> | ||
69 | <Configuration | ||
70 | Name="ReleaseWithoutAsm|Win32" | ||
71 | OutputDirectory=".\zlibDllWithoutAsm" | ||
72 | IntermediateDirectory=".\zlibDllWithoutAsm" | ||
73 | ConfigurationType="2" | ||
74 | UseOfMFC="0" | ||
75 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> | ||
76 | <Tool | ||
77 | Name="VCCLCompilerTool" | ||
78 | InlineFunctionExpansion="1" | ||
79 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI" | ||
80 | StringPooling="TRUE" | ||
81 | ExceptionHandling="FALSE" | ||
82 | RuntimeLibrary="0" | ||
83 | EnableFunctionLevelLinking="TRUE" | ||
84 | PrecompiledHeaderFile=".\zlibDllWithoutAsm/zlibvc.pch" | ||
85 | AssemblerOutput="2" | ||
86 | AssemblerListingLocation=".\zlibDllWithoutAsm/" | ||
87 | ObjectFile=".\zlibDllWithoutAsm/" | ||
88 | ProgramDataBaseFileName=".\zlibDllWithoutAsm/" | ||
89 | BrowseInformation="1" | ||
90 | WarningLevel="3" | ||
91 | SuppressStartupBanner="TRUE"/> | ||
92 | <Tool | ||
93 | Name="VCCustomBuildTool"/> | ||
94 | <Tool | ||
95 | Name="VCLinkerTool" | ||
96 | AdditionalOptions="/MACHINE:I386" | ||
97 | AdditionalDependencies="crtdll.lib" | ||
98 | OutputFile=".\zlibDllWithoutAsm\zlibwapi.dll" | ||
99 | LinkIncremental="1" | ||
100 | SuppressStartupBanner="TRUE" | ||
101 | IgnoreAllDefaultLibraries="TRUE" | ||
102 | ModuleDefinitionFile=".\zlibvc.def" | ||
103 | ProgramDatabaseFile=".\zlibDllWithoutAsm/zlibwapi.pdb" | ||
104 | GenerateMapFile="TRUE" | ||
105 | MapFileName=".\zlibDllWithoutAsm/zlibwapi.map" | ||
106 | SubSystem="2" | ||
107 | OptimizeForWindows98="1" | ||
108 | ImportLibrary=".\zlibDllWithoutAsm/zlibwapi.lib"/> | ||
109 | <Tool | ||
110 | Name="VCMIDLTool" | ||
111 | PreprocessorDefinitions="NDEBUG" | ||
112 | MkTypLibCompatible="TRUE" | ||
113 | SuppressStartupBanner="TRUE" | ||
114 | TargetEnvironment="1" | ||
115 | TypeLibraryName=".\zlibDllWithoutAsm/zlibvc.tlb"/> | ||
116 | <Tool | ||
117 | Name="VCPostBuildEventTool"/> | ||
118 | <Tool | ||
119 | Name="VCPreBuildEventTool"/> | ||
120 | <Tool | ||
121 | Name="VCPreLinkEventTool"/> | ||
122 | <Tool | ||
123 | Name="VCResourceCompilerTool" | ||
124 | PreprocessorDefinitions="NDEBUG" | ||
125 | Culture="1036"/> | ||
126 | <Tool | ||
127 | Name="VCWebServiceProxyGeneratorTool"/> | ||
128 | <Tool | ||
129 | Name="VCWebDeploymentTool"/> | ||
130 | </Configuration> | ||
131 | <Configuration | ||
132 | Name="ReleaseWithoutCrtdll|Win32" | ||
133 | OutputDirectory=".\zlibDllWithoutCrtDll" | ||
134 | IntermediateDirectory=".\zlibDllWithoutCrtDll" | ||
135 | ConfigurationType="2" | ||
136 | UseOfMFC="0" | ||
137 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> | ||
138 | <Tool | ||
139 | Name="VCCLCompilerTool" | ||
140 | InlineFunctionExpansion="1" | ||
141 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF" | ||
142 | StringPooling="TRUE" | ||
143 | ExceptionHandling="FALSE" | ||
144 | RuntimeLibrary="0" | ||
145 | EnableFunctionLevelLinking="TRUE" | ||
146 | PrecompiledHeaderFile=".\zlibDllWithoutCrtDll/zlibvc.pch" | ||
147 | AssemblerOutput="2" | ||
148 | AssemblerListingLocation=".\zlibDllWithoutCrtDll/" | ||
149 | ObjectFile=".\zlibDllWithoutCrtDll/" | ||
150 | ProgramDataBaseFileName=".\zlibDllWithoutCrtDll/" | ||
151 | BrowseInformation="1" | ||
152 | WarningLevel="3" | ||
153 | SuppressStartupBanner="TRUE"/> | ||
154 | <Tool | ||
155 | Name="VCCustomBuildTool"/> | ||
156 | <Tool | ||
157 | Name="VCLinkerTool" | ||
158 | AdditionalOptions="/MACHINE:I386" | ||
159 | AdditionalDependencies="gvmat32.obj inffas32.obj " | ||
160 | OutputFile=".\zlibDllWithoutCrtDll\zlibwapi.dll" | ||
161 | LinkIncremental="1" | ||
162 | SuppressStartupBanner="TRUE" | ||
163 | IgnoreAllDefaultLibraries="FALSE" | ||
164 | ModuleDefinitionFile=".\zlibvc.def" | ||
165 | ProgramDatabaseFile=".\zlibDllWithoutCrtDll/zlibwapi.pdb" | ||
166 | GenerateMapFile="TRUE" | ||
167 | MapFileName=".\zlibDllWithoutCrtDll/zlibwapi.map" | ||
168 | SubSystem="2" | ||
169 | OptimizeForWindows98="1" | ||
170 | ImportLibrary=".\zlibDllWithoutCrtDll/zlibwapi.lib"/> | ||
171 | <Tool | ||
172 | Name="VCMIDLTool" | ||
173 | PreprocessorDefinitions="NDEBUG" | ||
174 | MkTypLibCompatible="TRUE" | ||
175 | SuppressStartupBanner="TRUE" | ||
176 | TargetEnvironment="1" | ||
177 | TypeLibraryName=".\zlibDllWithoutCrtDll/zlibvc.tlb"/> | ||
178 | <Tool | ||
179 | Name="VCPostBuildEventTool"/> | ||
180 | <Tool | ||
181 | Name="VCPreBuildEventTool"/> | ||
182 | <Tool | ||
183 | Name="VCPreLinkEventTool"/> | ||
184 | <Tool | ||
185 | Name="VCResourceCompilerTool" | ||
186 | PreprocessorDefinitions="NDEBUG" | ||
187 | Culture="1036"/> | ||
188 | <Tool | ||
189 | Name="VCWebServiceProxyGeneratorTool"/> | ||
190 | <Tool | ||
191 | Name="VCWebDeploymentTool"/> | ||
192 | </Configuration> | ||
193 | <Configuration | ||
194 | Name="ReleaseAxp|Win32" | ||
195 | OutputDirectory=".\zlibvc__" | ||
196 | IntermediateDirectory=".\zlibvc__" | ||
197 | ConfigurationType="2" | ||
198 | UseOfMFC="0" | ||
199 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> | ||
200 | <Tool | ||
201 | Name="VCCLCompilerTool" | ||
202 | InlineFunctionExpansion="1" | ||
203 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI" | ||
204 | StringPooling="TRUE" | ||
205 | ExceptionHandling="FALSE" | ||
206 | RuntimeLibrary="0" | ||
207 | EnableFunctionLevelLinking="TRUE" | ||
208 | PrecompiledHeaderFile=".\zlibvc__/zlibvc.pch" | ||
209 | AssemblerOutput="2" | ||
210 | AssemblerListingLocation=".\zlibvc__/" | ||
211 | ObjectFile=".\zlibvc__/" | ||
212 | ProgramDataBaseFileName=".\zlibvc__/" | ||
213 | BrowseInformation="1" | ||
214 | WarningLevel="3" | ||
215 | SuppressStartupBanner="TRUE"/> | ||
216 | <Tool | ||
217 | Name="VCCustomBuildTool"/> | ||
218 | <Tool | ||
219 | Name="VCLinkerTool" | ||
220 | AdditionalDependencies="crtdll.lib" | ||
221 | OutputFile="zlibvc__\zlibwapi.dll" | ||
222 | LinkIncremental="1" | ||
223 | SuppressStartupBanner="TRUE" | ||
224 | IgnoreAllDefaultLibraries="TRUE" | ||
225 | ModuleDefinitionFile=".\zlibvc.def" | ||
226 | ProgramDatabaseFile=".\zlibvc__/zlibwapi.pdb" | ||
227 | GenerateMapFile="TRUE" | ||
228 | MapFileName=".\zlibvc__/zlibwapi.map" | ||
229 | SubSystem="2" | ||
230 | ImportLibrary=".\zlibvc__/zlibwapi.lib"/> | ||
231 | <Tool | ||
232 | Name="VCMIDLTool" | ||
233 | PreprocessorDefinitions="NDEBUG" | ||
234 | MkTypLibCompatible="TRUE" | ||
235 | SuppressStartupBanner="TRUE" | ||
236 | TargetEnvironment="1" | ||
237 | TypeLibraryName=".\zlibvc__/zlibvc.tlb"/> | ||
238 | <Tool | ||
239 | Name="VCPostBuildEventTool"/> | ||
240 | <Tool | ||
241 | Name="VCPreBuildEventTool"/> | ||
242 | <Tool | ||
243 | Name="VCPreLinkEventTool"/> | ||
244 | <Tool | ||
245 | Name="VCResourceCompilerTool" | ||
246 | PreprocessorDefinitions="NDEBUG" | ||
247 | Culture="1036"/> | ||
248 | <Tool | ||
249 | Name="VCWebServiceProxyGeneratorTool"/> | ||
250 | <Tool | ||
251 | Name="VCWebDeploymentTool"/> | ||
252 | </Configuration> | ||
253 | <Configuration | ||
254 | Name="Release|Win32" | ||
255 | OutputDirectory=".\ReleaseDll" | ||
256 | IntermediateDirectory=".\ReleaseDll" | ||
257 | ConfigurationType="2" | ||
258 | UseOfMFC="0" | ||
259 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> | ||
260 | <Tool | ||
261 | Name="VCCLCompilerTool" | ||
262 | InlineFunctionExpansion="1" | ||
263 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF" | ||
264 | StringPooling="TRUE" | ||
265 | ExceptionHandling="FALSE" | ||
266 | RuntimeLibrary="0" | ||
267 | EnableFunctionLevelLinking="TRUE" | ||
268 | PrecompiledHeaderFile=".\ReleaseDll/zlibvc.pch" | ||
269 | AssemblerOutput="2" | ||
270 | AssemblerListingLocation=".\ReleaseDll/" | ||
271 | ObjectFile=".\ReleaseDll/" | ||
272 | ProgramDataBaseFileName=".\ReleaseDll/" | ||
273 | BrowseInformation="1" | ||
274 | WarningLevel="3" | ||
275 | SuppressStartupBanner="TRUE"/> | ||
276 | <Tool | ||
277 | Name="VCCustomBuildTool"/> | ||
278 | <Tool | ||
279 | Name="VCLinkerTool" | ||
280 | AdditionalOptions="/MACHINE:I386" | ||
281 | AdditionalDependencies="gvmat32.obj inffas32.obj crtdll.lib" | ||
282 | OutputFile=".\ReleaseDll\zlibwapi.dll" | ||
283 | LinkIncremental="1" | ||
284 | SuppressStartupBanner="TRUE" | ||
285 | IgnoreAllDefaultLibraries="TRUE" | ||
286 | ModuleDefinitionFile=".\zlibvc.def" | ||
287 | ProgramDatabaseFile=".\ReleaseDll/zlibwapi.pdb" | ||
288 | GenerateMapFile="TRUE" | ||
289 | MapFileName=".\ReleaseDll/zlibwapi.map" | ||
290 | SubSystem="2" | ||
291 | OptimizeForWindows98="1" | ||
292 | ImportLibrary=".\ReleaseDll/zlibwapi.lib"/> | ||
293 | <Tool | ||
294 | Name="VCMIDLTool" | ||
295 | PreprocessorDefinitions="NDEBUG" | ||
296 | MkTypLibCompatible="TRUE" | ||
297 | SuppressStartupBanner="TRUE" | ||
298 | TargetEnvironment="1" | ||
299 | TypeLibraryName=".\Release/zlibvc.tlb"/> | ||
300 | <Tool | ||
301 | Name="VCPostBuildEventTool"/> | ||
302 | <Tool | ||
303 | Name="VCPreBuildEventTool"/> | ||
304 | <Tool | ||
305 | Name="VCPreLinkEventTool"/> | ||
306 | <Tool | ||
307 | Name="VCResourceCompilerTool" | ||
308 | PreprocessorDefinitions="NDEBUG" | ||
309 | Culture="1036"/> | ||
310 | <Tool | ||
311 | Name="VCWebServiceProxyGeneratorTool"/> | ||
312 | <Tool | ||
313 | Name="VCWebDeploymentTool"/> | ||
314 | </Configuration> | ||
315 | </Configurations> | ||
316 | <Files> | ||
317 | <Filter | ||
318 | Name="Source Files" | ||
319 | Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"> | ||
320 | <File | ||
321 | RelativePath=".\adler32.c"> | ||
322 | </File> | ||
323 | <File | ||
324 | RelativePath=".\compress.c"> | ||
325 | </File> | ||
326 | <File | ||
327 | RelativePath=".\crc32.c"> | ||
328 | </File> | ||
329 | <File | ||
330 | RelativePath=".\deflate.c"> | ||
331 | </File> | ||
332 | <File | ||
333 | RelativePath=".\gvmat32c.c"> | ||
334 | <FileConfiguration | ||
335 | Name="ReleaseWithoutAsm|Win32" | ||
336 | ExcludedFromBuild="TRUE"> | ||
337 | <Tool | ||
338 | Name="VCCLCompilerTool"/> | ||
339 | </FileConfiguration> | ||
340 | </File> | ||
341 | <File | ||
342 | RelativePath=".\gzio.c"> | ||
343 | </File> | ||
344 | <File | ||
345 | RelativePath=".\infback.c"> | ||
346 | </File> | ||
347 | <File | ||
348 | RelativePath=".\inffast.c"> | ||
349 | </File> | ||
350 | <File | ||
351 | RelativePath=".\inflate.c"> | ||
352 | </File> | ||
353 | <File | ||
354 | RelativePath=".\inftrees.c"> | ||
355 | </File> | ||
356 | <File | ||
357 | RelativePath=".\ioapi.c"> | ||
358 | </File> | ||
359 | <File | ||
360 | RelativePath=".\iowin32.c"> | ||
361 | </File> | ||
362 | <File | ||
363 | RelativePath=".\trees.c"> | ||
364 | </File> | ||
365 | <File | ||
366 | RelativePath=".\uncompr.c"> | ||
367 | </File> | ||
368 | <File | ||
369 | RelativePath=".\unzip.c"> | ||
370 | <FileConfiguration | ||
371 | Name="Release|Win32"> | ||
372 | <Tool | ||
373 | Name="VCCLCompilerTool" | ||
374 | AdditionalIncludeDirectories="" | ||
375 | PreprocessorDefinitions="ZLIB_INTERNAL"/> | ||
376 | </FileConfiguration> | ||
377 | </File> | ||
378 | <File | ||
379 | RelativePath=".\zip.c"> | ||
380 | <FileConfiguration | ||
381 | Name="Release|Win32"> | ||
382 | <Tool | ||
383 | Name="VCCLCompilerTool" | ||
384 | AdditionalIncludeDirectories="" | ||
385 | PreprocessorDefinitions="ZLIB_INTERNAL"/> | ||
386 | </FileConfiguration> | ||
387 | </File> | ||
388 | <File | ||
389 | RelativePath=".\zlib.rc"> | ||
390 | </File> | ||
391 | <File | ||
392 | RelativePath=".\zlibvc.def"> | ||
393 | </File> | ||
394 | <File | ||
395 | RelativePath=".\zutil.c"> | ||
396 | </File> | ||
397 | </Filter> | ||
398 | <Filter | ||
399 | Name="Header Files" | ||
400 | Filter="h;hpp;hxx;hm;inl;fi;fd"> | ||
401 | <File | ||
402 | RelativePath=".\deflate.h"> | ||
403 | </File> | ||
404 | <File | ||
405 | RelativePath=".\infblock.h"> | ||
406 | </File> | ||
407 | <File | ||
408 | RelativePath=".\infcodes.h"> | ||
409 | </File> | ||
410 | <File | ||
411 | RelativePath=".\inffast.h"> | ||
412 | </File> | ||
413 | <File | ||
414 | RelativePath=".\inftrees.h"> | ||
415 | </File> | ||
416 | <File | ||
417 | RelativePath=".\infutil.h"> | ||
418 | </File> | ||
419 | <File | ||
420 | RelativePath=".\zconf.h"> | ||
421 | </File> | ||
422 | <File | ||
423 | RelativePath=".\zlib.h"> | ||
424 | </File> | ||
425 | <File | ||
426 | RelativePath=".\zutil.h"> | ||
427 | </File> | ||
428 | </Filter> | ||
429 | <Filter | ||
430 | Name="Resource Files" | ||
431 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"> | ||
432 | </Filter> | ||
433 | </Files> | ||
434 | <Globals> | ||
435 | </Globals> | ||
436 | </VisualStudioProject> | ||