diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:17 -0700 |
commit | abf180a067223611620dd97dd5681df7c7fa7c9b (patch) | |
tree | 48ce6022aa1670380c098bd0abed2ac4aa1d9ca0 /contrib/vstudio/vc7/zlibvc.vcproj | |
parent | 9c3a5830218c4e7fff23b8fc4386269db77a03a9 (diff) | |
download | zlib-1.2.3.tar.gz zlib-1.2.3.tar.bz2 zlib-1.2.3.zip |
zlib 1.2.3v1.2.3
Diffstat (limited to 'contrib/vstudio/vc7/zlibvc.vcproj')
-rw-r--r-- | contrib/vstudio/vc7/zlibvc.vcproj | 75 |
1 files changed, 42 insertions, 33 deletions
diff --git a/contrib/vstudio/vc7/zlibvc.vcproj b/contrib/vstudio/vc7/zlibvc.vcproj index 4e57bcd..8533b49 100644 --- a/contrib/vstudio/vc7/zlibvc.vcproj +++ b/contrib/vstudio/vc7/zlibvc.vcproj | |||
@@ -20,6 +20,7 @@ | |||
20 | <Tool | 20 | <Tool |
21 | Name="VCCLCompilerTool" | 21 | Name="VCCLCompilerTool" |
22 | Optimization="0" | 22 | Optimization="0" |
23 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
23 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF" | 24 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF" |
24 | ExceptionHandling="FALSE" | 25 | ExceptionHandling="FALSE" |
25 | RuntimeLibrary="1" | 26 | RuntimeLibrary="1" |
@@ -35,7 +36,7 @@ | |||
35 | <Tool | 36 | <Tool |
36 | Name="VCLinkerTool" | 37 | Name="VCLinkerTool" |
37 | AdditionalOptions="/MACHINE:I386" | 38 | AdditionalOptions="/MACHINE:I386" |
38 | AdditionalDependencies="gvmat32.obj inffas32.obj" | 39 | AdditionalDependencies="..\..\masmx86\gvmat32.obj ..\..\masmx86\inffas32.obj" |
39 | OutputFile=".\DebugDll\zlibwapi.dll" | 40 | OutputFile=".\DebugDll\zlibwapi.dll" |
40 | LinkIncremental="2" | 41 | LinkIncremental="2" |
41 | SuppressStartupBanner="TRUE" | 42 | SuppressStartupBanner="TRUE" |
@@ -72,10 +73,12 @@ | |||
72 | IntermediateDirectory=".\zlibDllWithoutAsm" | 73 | IntermediateDirectory=".\zlibDllWithoutAsm" |
73 | ConfigurationType="2" | 74 | ConfigurationType="2" |
74 | UseOfMFC="0" | 75 | UseOfMFC="0" |
75 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> | 76 | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
77 | WholeProgramOptimization="TRUE"> | ||
76 | <Tool | 78 | <Tool |
77 | Name="VCCLCompilerTool" | 79 | Name="VCCLCompilerTool" |
78 | InlineFunctionExpansion="1" | 80 | InlineFunctionExpansion="1" |
81 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
79 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI" | 82 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI" |
80 | StringPooling="TRUE" | 83 | StringPooling="TRUE" |
81 | ExceptionHandling="FALSE" | 84 | ExceptionHandling="FALSE" |
@@ -134,10 +137,12 @@ | |||
134 | IntermediateDirectory=".\zlibDllWithoutCrtDll" | 137 | IntermediateDirectory=".\zlibDllWithoutCrtDll" |
135 | ConfigurationType="2" | 138 | ConfigurationType="2" |
136 | UseOfMFC="0" | 139 | UseOfMFC="0" |
137 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> | 140 | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
141 | WholeProgramOptimization="TRUE"> | ||
138 | <Tool | 142 | <Tool |
139 | Name="VCCLCompilerTool" | 143 | Name="VCCLCompilerTool" |
140 | InlineFunctionExpansion="1" | 144 | InlineFunctionExpansion="1" |
145 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
141 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF" | 146 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF" |
142 | StringPooling="TRUE" | 147 | StringPooling="TRUE" |
143 | ExceptionHandling="FALSE" | 148 | ExceptionHandling="FALSE" |
@@ -156,7 +161,7 @@ | |||
156 | <Tool | 161 | <Tool |
157 | Name="VCLinkerTool" | 162 | Name="VCLinkerTool" |
158 | AdditionalOptions="/MACHINE:I386" | 163 | AdditionalOptions="/MACHINE:I386" |
159 | AdditionalDependencies="gvmat32.obj inffas32.obj " | 164 | AdditionalDependencies="..\..\masmx86\gvmat32.obj ..\..\masmx86\inffas32.obj " |
160 | OutputFile=".\zlibDllWithoutCrtDll\zlibwapi.dll" | 165 | OutputFile=".\zlibDllWithoutCrtDll\zlibwapi.dll" |
161 | LinkIncremental="1" | 166 | LinkIncremental="1" |
162 | SuppressStartupBanner="TRUE" | 167 | SuppressStartupBanner="TRUE" |
@@ -196,10 +201,12 @@ | |||
196 | IntermediateDirectory=".\zlibvc__" | 201 | IntermediateDirectory=".\zlibvc__" |
197 | ConfigurationType="2" | 202 | ConfigurationType="2" |
198 | UseOfMFC="0" | 203 | UseOfMFC="0" |
199 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> | 204 | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
205 | WholeProgramOptimization="TRUE"> | ||
200 | <Tool | 206 | <Tool |
201 | Name="VCCLCompilerTool" | 207 | Name="VCCLCompilerTool" |
202 | InlineFunctionExpansion="1" | 208 | InlineFunctionExpansion="1" |
209 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
203 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI" | 210 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI" |
204 | StringPooling="TRUE" | 211 | StringPooling="TRUE" |
205 | ExceptionHandling="FALSE" | 212 | ExceptionHandling="FALSE" |
@@ -256,10 +263,12 @@ | |||
256 | IntermediateDirectory=".\ReleaseDll" | 263 | IntermediateDirectory=".\ReleaseDll" |
257 | ConfigurationType="2" | 264 | ConfigurationType="2" |
258 | UseOfMFC="0" | 265 | UseOfMFC="0" |
259 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> | 266 | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
267 | WholeProgramOptimization="TRUE"> | ||
260 | <Tool | 268 | <Tool |
261 | Name="VCCLCompilerTool" | 269 | Name="VCCLCompilerTool" |
262 | InlineFunctionExpansion="1" | 270 | InlineFunctionExpansion="1" |
271 | AdditionalIncludeDirectories="..\..\..;..\..\masmx86" | ||
263 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF" | 272 | PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF" |
264 | StringPooling="TRUE" | 273 | StringPooling="TRUE" |
265 | ExceptionHandling="FALSE" | 274 | ExceptionHandling="FALSE" |
@@ -278,7 +287,7 @@ | |||
278 | <Tool | 287 | <Tool |
279 | Name="VCLinkerTool" | 288 | Name="VCLinkerTool" |
280 | AdditionalOptions="/MACHINE:I386" | 289 | AdditionalOptions="/MACHINE:I386" |
281 | AdditionalDependencies="gvmat32.obj inffas32.obj crtdll.lib" | 290 | AdditionalDependencies="..\..\masmx86\gvmat32.obj ..\..\masmx86\inffas32.obj crtdll.lib" |
282 | OutputFile=".\ReleaseDll\zlibwapi.dll" | 291 | OutputFile=".\ReleaseDll\zlibwapi.dll" |
283 | LinkIncremental="1" | 292 | LinkIncremental="1" |
284 | SuppressStartupBanner="TRUE" | 293 | SuppressStartupBanner="TRUE" |
@@ -318,19 +327,19 @@ | |||
318 | Name="Source Files" | 327 | Name="Source Files" |
319 | Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"> | 328 | Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"> |
320 | <File | 329 | <File |
321 | RelativePath=".\adler32.c"> | 330 | RelativePath="..\..\..\adler32.c"> |
322 | </File> | 331 | </File> |
323 | <File | 332 | <File |
324 | RelativePath=".\compress.c"> | 333 | RelativePath="..\..\..\compress.c"> |
325 | </File> | 334 | </File> |
326 | <File | 335 | <File |
327 | RelativePath=".\crc32.c"> | 336 | RelativePath="..\..\..\crc32.c"> |
328 | </File> | 337 | </File> |
329 | <File | 338 | <File |
330 | RelativePath=".\deflate.c"> | 339 | RelativePath="..\..\..\deflate.c"> |
331 | </File> | 340 | </File> |
332 | <File | 341 | <File |
333 | RelativePath=".\gvmat32c.c"> | 342 | RelativePath="..\..\masmx86\gvmat32c.c"> |
334 | <FileConfiguration | 343 | <FileConfiguration |
335 | Name="ReleaseWithoutAsm|Win32" | 344 | Name="ReleaseWithoutAsm|Win32" |
336 | ExcludedFromBuild="TRUE"> | 345 | ExcludedFromBuild="TRUE"> |
@@ -339,34 +348,34 @@ | |||
339 | </FileConfiguration> | 348 | </FileConfiguration> |
340 | </File> | 349 | </File> |
341 | <File | 350 | <File |
342 | RelativePath=".\gzio.c"> | 351 | RelativePath="..\..\..\gzio.c"> |
343 | </File> | 352 | </File> |
344 | <File | 353 | <File |
345 | RelativePath=".\infback.c"> | 354 | RelativePath="..\..\..\infback.c"> |
346 | </File> | 355 | </File> |
347 | <File | 356 | <File |
348 | RelativePath=".\inffast.c"> | 357 | RelativePath="..\..\..\inffast.c"> |
349 | </File> | 358 | </File> |
350 | <File | 359 | <File |
351 | RelativePath=".\inflate.c"> | 360 | RelativePath="..\..\..\inflate.c"> |
352 | </File> | 361 | </File> |
353 | <File | 362 | <File |
354 | RelativePath=".\inftrees.c"> | 363 | RelativePath="..\..\..\inftrees.c"> |
355 | </File> | 364 | </File> |
356 | <File | 365 | <File |
357 | RelativePath=".\ioapi.c"> | 366 | RelativePath="..\..\minizip\ioapi.c"> |
358 | </File> | 367 | </File> |
359 | <File | 368 | <File |
360 | RelativePath=".\iowin32.c"> | 369 | RelativePath="..\..\minizip\iowin32.c"> |
361 | </File> | 370 | </File> |
362 | <File | 371 | <File |
363 | RelativePath=".\trees.c"> | 372 | RelativePath="..\..\..\trees.c"> |
364 | </File> | 373 | </File> |
365 | <File | 374 | <File |
366 | RelativePath=".\uncompr.c"> | 375 | RelativePath="..\..\..\uncompr.c"> |
367 | </File> | 376 | </File> |
368 | <File | 377 | <File |
369 | RelativePath=".\unzip.c"> | 378 | RelativePath="..\..\minizip\unzip.c"> |
370 | <FileConfiguration | 379 | <FileConfiguration |
371 | Name="Release|Win32"> | 380 | Name="Release|Win32"> |
372 | <Tool | 381 | <Tool |
@@ -376,7 +385,7 @@ | |||
376 | </FileConfiguration> | 385 | </FileConfiguration> |
377 | </File> | 386 | </File> |
378 | <File | 387 | <File |
379 | RelativePath=".\zip.c"> | 388 | RelativePath="..\..\minizip\zip.c"> |
380 | <FileConfiguration | 389 | <FileConfiguration |
381 | Name="Release|Win32"> | 390 | Name="Release|Win32"> |
382 | <Tool | 391 | <Tool |
@@ -392,38 +401,38 @@ | |||
392 | RelativePath=".\zlibvc.def"> | 401 | RelativePath=".\zlibvc.def"> |
393 | </File> | 402 | </File> |
394 | <File | 403 | <File |
395 | RelativePath=".\zutil.c"> | 404 | RelativePath="..\..\..\zutil.c"> |
396 | </File> | 405 | </File> |
397 | </Filter> | 406 | </Filter> |
398 | <Filter | 407 | <Filter |
399 | Name="Header Files" | 408 | Name="Header Files" |
400 | Filter="h;hpp;hxx;hm;inl;fi;fd"> | 409 | Filter="h;hpp;hxx;hm;inl;fi;fd"> |
401 | <File | 410 | <File |
402 | RelativePath=".\deflate.h"> | 411 | RelativePath="..\..\..\deflate.h"> |
403 | </File> | 412 | </File> |
404 | <File | 413 | <File |
405 | RelativePath=".\infblock.h"> | 414 | RelativePath="..\..\..\infblock.h"> |
406 | </File> | 415 | </File> |
407 | <File | 416 | <File |
408 | RelativePath=".\infcodes.h"> | 417 | RelativePath="..\..\..\infcodes.h"> |
409 | </File> | 418 | </File> |
410 | <File | 419 | <File |
411 | RelativePath=".\inffast.h"> | 420 | RelativePath="..\..\..\inffast.h"> |
412 | </File> | 421 | </File> |
413 | <File | 422 | <File |
414 | RelativePath=".\inftrees.h"> | 423 | RelativePath="..\..\..\inftrees.h"> |
415 | </File> | 424 | </File> |
416 | <File | 425 | <File |
417 | RelativePath=".\infutil.h"> | 426 | RelativePath="..\..\..\infutil.h"> |
418 | </File> | 427 | </File> |
419 | <File | 428 | <File |
420 | RelativePath=".\zconf.h"> | 429 | RelativePath="..\..\..\zconf.h"> |
421 | </File> | 430 | </File> |
422 | <File | 431 | <File |
423 | RelativePath=".\zlib.h"> | 432 | RelativePath="..\..\..\zlib.h"> |
424 | </File> | 433 | </File> |
425 | <File | 434 | <File |
426 | RelativePath=".\zutil.h"> | 435 | RelativePath="..\..\..\zutil.h"> |
427 | </File> | 436 | </File> |
428 | </Filter> | 437 | </Filter> |
429 | <Filter | 438 | <Filter |