]> git.jsancho.org Git - lugaru.git/blob - Dependencies/libpng/projects/visualc71/README_zlib.txt
CMake: Purge all the bundled dependencies
[lugaru.git] / Dependencies / libpng / projects / visualc71 / README_zlib.txt
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
5 Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
6
7 Copyright (C) 2004 Simon-Pierre Cadieux.
8 Copyright (C) 2004 Cosmin Truta.
9
10 This code is released under the libpng license.
11 For conditions of distribution and use, see copyright notice in zlib.h.
12
13
14 To use:
15
16 1) On the main menu, select "File | Open Solution".
17    Open "zlib.sln".
18
19 2) Display the Solution Explorer view (Ctrl+Alt+L)
20
21 3) Set one of the project as the StartUp project. If you just want to build the
22    binaries set "zlib" as the startup project (Select "zlib" tree view item +
23    Project | Set as StartUp project). If you want to build and test the
24    binaries set it to "example" (Select "example" tree view item + Project |
25    Set as StartUp project), If you want to build the minigzip utility set it to
26    "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
27    project
28
29 4) Select "Build | Configuration Manager...".
30    Choose the configuration you wish to build.
31
32 5) Select "Build | Clean Solution".
33
34 6) Select "Build | Build Solution (Ctrl-Shift-B)"
35
36 This project builds the zlib binaries as follows:
37
38 * Win32_DLL_Release\zlib1.dll       DLL build
39 * Win32_DLL_Debug\zlib1d.dll        DLL build (debug version)
40 * Win32_LIB_Release\zlib.lib        static build
41 * Win32_LIB_Debug\zlibd.lib         static build (debug version)
42