README_zlib.txt 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. 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. This code is released under the libpng license.
  8. For conditions of distribution and use, see copyright notice in zlib.h.
  9. NOTE: This project will be removed from libpng-1.5.0. It has
  10. been replaced with the "vstudio" project.
  11. To use:
  12. 1) On the main menu, select "File | Open Solution".
  13. Open "zlib.sln".
  14. 2) Display the Solution Explorer view (Ctrl+Alt+L)
  15. 3) Set one of the project as the StartUp project. If you just want to build the
  16. binaries set "zlib" as the startup project (Select "zlib" tree view item +
  17. Project | Set as StartUp project). If you want to build and test the
  18. binaries set it to "example" (Select "example" tree view item + Project |
  19. Set as StartUp project), If you want to build the minigzip utility set it to
  20. "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
  21. project
  22. 4) Select "Build | Configuration Manager...".
  23. Choose the configuration you wish to build.
  24. 5) Select "Build | Clean Solution".
  25. 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  26. This project builds the zlib binaries as follows:
  27. * Win32_DLL_Release\zlib1.dll DLL build
  28. * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
  29. * Win32_LIB_Release\zlib.lib static build
  30. * Win32_LIB_Debug\zlibd.lib static build (debug version)