Home | History | Annotate | Download | only in visualc71
      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 For conditions of distribution and use, see copyright notice in zlib.h.
     10 
     11 
     12 To use:
     13 
     14 1) On the main menu, select "File | Open Solution".
     15    Open "zlib.sln".
     16 
     17 2) Display the Solution Explorer view (Ctrl+Alt+L)
     18 
     19 3) Set one of the project as the StartUp project. If you just want to build the
     20    binaries set "zlib" as the startup project (Select "zlib" tree view item +
     21    Project | Set as StartUp project). If you want to build and test the
     22    binaries set it to "example" (Select "example" tree view item + Project |
     23    Set as StartUp project), If you want to build the minigzip utility set it to
     24    "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
     25    project
     26 
     27 4) Select "Build | Configuration Manager...".
     28    Choose the configuration you wish to build.
     29 
     30 5) Select "Build | Clean Solution".
     31 
     32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
     33 
     34 This project builds the zlib binaries as follows:
     35 
     36 * Win32_DLL_Release\zlib1.dll       DLL build
     37 * Win32_DLL_Debug\zlib1d.dll        DLL build (debug version)
     38 * Win32_DLL_ASM_Release\zlib1.dll   DLL build using ASM code
     39 * Win32_DLL_ASM_Debug\zlib1d.dll    DLL build using ASM code (debug version)
     40 * Win32_LIB_Release\zlib.lib        static build
     41 * Win32_LIB_Debug\zlibd.lib         static build (debug version)
     42 * Win32_LIB_ASM_Release\zlib.lib    static build using ASM code
     43 * Win32_LIB_ASM_Debug\zlibd.lib     static build using ASM code (debug version)
     44 
     45