xref: /aosp_15_r20/external/libpng/projects/visualc71/README_zlib.txt (revision a67afe4df73cf47866eedc69947994b8ff839aba)
1*a67afe4dSAndroid Build Coastguard Worker/* WARNING: This file was put in the LibPNG distribution for convenience only.
2*a67afe4dSAndroid Build Coastguard Worker            It is expected to be part of the next zlib release under
3*a67afe4dSAndroid Build Coastguard Worker            "projects\visualc71\README.txt." */
4*a67afe4dSAndroid Build Coastguard Worker
5*a67afe4dSAndroid Build Coastguard WorkerMicrosoft Developer Studio Project File, Format Version 7.10 for zlib.
6*a67afe4dSAndroid Build Coastguard Worker
7*a67afe4dSAndroid Build Coastguard WorkerCopyright (C) 2004 Simon-Pierre Cadieux.
8*a67afe4dSAndroid Build Coastguard WorkerCopyright (C) 2004 Cosmin Truta.
9*a67afe4dSAndroid Build Coastguard Worker
10*a67afe4dSAndroid Build Coastguard WorkerThis code is released under the libpng license.
11*a67afe4dSAndroid Build Coastguard WorkerFor conditions of distribution and use, see copyright notice in zlib.h.
12*a67afe4dSAndroid Build Coastguard Worker
13*a67afe4dSAndroid Build Coastguard WorkerNOTE: This project will be removed from libpng-1.5.0.  It has
14*a67afe4dSAndroid Build Coastguard Workerbeen replaced with the "vstudio" project.
15*a67afe4dSAndroid Build Coastguard Worker
16*a67afe4dSAndroid Build Coastguard WorkerTo use:
17*a67afe4dSAndroid Build Coastguard Worker
18*a67afe4dSAndroid Build Coastguard Worker1) On the main menu, select "File | Open Solution".
19*a67afe4dSAndroid Build Coastguard Worker   Open "zlib.sln".
20*a67afe4dSAndroid Build Coastguard Worker
21*a67afe4dSAndroid Build Coastguard Worker2) Display the Solution Explorer view (Ctrl+Alt+L)
22*a67afe4dSAndroid Build Coastguard Worker
23*a67afe4dSAndroid Build Coastguard Worker3) Set one of the project as the StartUp project. If you just want to build the
24*a67afe4dSAndroid Build Coastguard Worker   binaries set "zlib" as the startup project (Select "zlib" tree view item +
25*a67afe4dSAndroid Build Coastguard Worker   Project | Set as StartUp project). If you want to build and test the
26*a67afe4dSAndroid Build Coastguard Worker   binaries set it to "example" (Select "example" tree view item + Project |
27*a67afe4dSAndroid Build Coastguard Worker   Set as StartUp project), If you want to build the minigzip utility set it to
28*a67afe4dSAndroid Build Coastguard Worker   "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
29*a67afe4dSAndroid Build Coastguard Worker   project
30*a67afe4dSAndroid Build Coastguard Worker
31*a67afe4dSAndroid Build Coastguard Worker4) Select "Build | Configuration Manager...".
32*a67afe4dSAndroid Build Coastguard Worker   Choose the configuration you wish to build.
33*a67afe4dSAndroid Build Coastguard Worker
34*a67afe4dSAndroid Build Coastguard Worker5) Select "Build | Clean Solution".
35*a67afe4dSAndroid Build Coastguard Worker
36*a67afe4dSAndroid Build Coastguard Worker6) Select "Build | Build Solution (Ctrl-Shift-B)"
37*a67afe4dSAndroid Build Coastguard Worker
38*a67afe4dSAndroid Build Coastguard WorkerThis project builds the zlib binaries as follows:
39*a67afe4dSAndroid Build Coastguard Worker
40*a67afe4dSAndroid Build Coastguard Worker* Win32_DLL_Release\zlib1.dll       DLL build
41*a67afe4dSAndroid Build Coastguard Worker* Win32_DLL_Debug\zlib1d.dll        DLL build (debug version)
42*a67afe4dSAndroid Build Coastguard Worker* Win32_LIB_Release\zlib.lib        static build
43*a67afe4dSAndroid Build Coastguard Worker* Win32_LIB_Debug\zlibd.lib         static build (debug version)
44*a67afe4dSAndroid Build Coastguard Worker
45