README_zlib.txt
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:2k
源码类别:

界面编程

开发平台:

Visual C++

  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.             "projectsvisualc71README.txt." */
  4. Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
  5. Copyright (C) 2004 Simon-Pierre Cadieux.
  6. Copyright (C) 2004 Cosmin Truta.
  7. For conditions of distribution and use, see copyright notice in zlib.h.
  8. To use:
  9. 1) On the main menu, select "File | Open Solution".
  10.    Open "zlib.sln".
  11. 2) Display the Solution Explorer view (Ctrl+Alt+L)
  12. 3) Set one of the project as the StartUp project. If you just want to build the
  13.    binaries set "zlib" as the startup project (Select "zlib" tree view item +
  14.    Project | Set as StartUp project). If you want to build and test the
  15.    binaries set it to "example" (Select "example" tree view item + Project |
  16.    Set as StartUp project), If you want to build the minigzip utility set it to
  17.    "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
  18.    project
  19. 4) Select "Build | Configuration Manager...".
  20.    Choose the configuration you wish to build.
  21. 5) Select "Build | Clean Solution".
  22. 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  23. This project builds the zlib binaries as follows:
  24. * Win32_DLL_Releasezlib1.dll       DLL build
  25. * Win32_DLL_Debugzlib1d.dll        DLL build (debug version)
  26. * Win32_DLL_ASM_Releasezlib1.dll   DLL build using ASM code
  27. * Win32_DLL_ASM_Debugzlib1d.dll    DLL build using ASM code (debug version)
  28. * Win32_LIB_Releasezlib.lib        static build
  29. * Win32_LIB_Debugzlibd.lib         static build (debug version)
  30. * Win32_LIB_ASM_Releasezlib.lib    static build using ASM code
  31. * Win32_LIB_ASM_Debugzlibd.lib     static build using ASM code (debug version)