1 /* WARNING: This file was put in the LibPNG distribution for convenience only.
2 It is expected to be part of the next zlib release under
3 "projects\visualc71\README.txt." */
5 Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
7 Copyright (C) 2004 Simon-Pierre Cadieux.
8 Copyright (C) 2004 Cosmin Truta.
9 For conditions of distribution and use, see copyright notice in zlib.h.
13 1) On the main menu, select "File | Open Solution".
16 2) Display the Solution Explorer view (Ctrl+Alt+L)
18 3) Set one of the project as the StartUp project. If you just want to build the
19 binaries set "zlib" as the startup project (Select "zlib" tree view item +
20 Project | Set as StartUp project). If you want to build and test the
21 binaries set it to "example" (Select "example" tree view item + Project |
22 Set as StartUp project), If you want to build the minigzip utility set it to
23 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
26 4) Select "Build | Configuration Manager...".
27 Choose the configuration you wish to build.
29 5) Select "Build | Clean Solution".
31 6) Select "Build | Build Solution (Ctrl-Shift-B)"
33 This project builds the zlib binaries as follows:
35 * Win32_DLL_Release\zlib1.dll DLL build
36 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
37 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code
38 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
39 * Win32_LIB_Release\zlib.lib static build
40 * Win32_LIB_Debug\zlibd.lib static build (debug version)
41 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code
42 * Win32_LIB_ASM_Debug\zlibd.lib static build using ASM code (debug version)