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." */
4
5Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
6
7Copyright (C) 2004 Simon-Pierre Cadieux.
8Copyright (C) 2004 Cosmin Truta.
9For conditions of distribution and use, see copyright notice in zlib.h.
10
11To use:
12
131) On the main menu, select "File | Open Solution".
14   Open "zlib.sln".
15
162) Display the Solution Explorer view (Ctrl+Alt+L)
17
183) 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
24   project
25
264) Select "Build | Configuration Manager...".
27   Choose the configuration you wish to build.
28
295) Select "Build | Clean Solution".
30
316) Select "Build | Build Solution (Ctrl-Shift-B)"
32
33This project builds the zlib binaries as follows:
34
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)
43
44