fukasawa e60969
/* WARNING: This file was put in the LibPNG distribution for convenience only.
fukasawa e60969
            It is expected to be part of the next zlib release under
fukasawa e60969
            "projects\visualc71\README.txt." */
fukasawa e60969
fukasawa e60969
Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
fukasawa e60969
fukasawa e60969
Copyright (C) 2004 Simon-Pierre Cadieux.
fukasawa e60969
Copyright (C) 2004 Cosmin Truta.
fukasawa e60969
fukasawa e60969
This code is released under the libpng license.
fukasawa e60969
For conditions of distribution and use, see copyright notice in zlib.h.
fukasawa e60969
fukasawa e60969
NOTE: This project will be removed from libpng-1.5.0.  It has
fukasawa e60969
been replaced with the "vstudio" project.
fukasawa e60969
fukasawa e60969
To use:
fukasawa e60969
fukasawa e60969
1) On the main menu, select "File | Open Solution".
fukasawa e60969
   Open "zlib.sln".
fukasawa e60969
fukasawa e60969
2) Display the Solution Explorer view (Ctrl+Alt+L)
fukasawa e60969
fukasawa e60969
3) Set one of the project as the StartUp project. If you just want to build the
fukasawa e60969
   binaries set "zlib" as the startup project (Select "zlib" tree view item +
fukasawa e60969
   Project | Set as StartUp project). If you want to build and test the
fukasawa e60969
   binaries set it to "example" (Select "example" tree view item + Project |
fukasawa e60969
   Set as StartUp project), If you want to build the minigzip utility set it to
fukasawa e60969
   "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
fukasawa e60969
   project
fukasawa e60969
fukasawa e60969
4) Select "Build | Configuration Manager...".
fukasawa e60969
   Choose the configuration you wish to build.
fukasawa e60969
fukasawa e60969
5) Select "Build | Clean Solution".
fukasawa e60969
fukasawa e60969
6) Select "Build | Build Solution (Ctrl-Shift-B)"
fukasawa e60969
fukasawa e60969
This project builds the zlib binaries as follows:
fukasawa e60969
fukasawa e60969
* Win32_DLL_Release\zlib1.dll       DLL build
fukasawa e60969
* Win32_DLL_Debug\zlib1d.dll        DLL build (debug version)
fukasawa e60969
* Win32_LIB_Release\zlib.lib        static build
fukasawa e60969
* Win32_LIB_Debug\zlibd.lib         static build (debug version)
fukasawa e60969