summaryrefslogtreecommitdiff
path: root/Build/source/libs/libpng/libpng-1.2.39/projects/visualc71/README_zlib.txt
diff options
context:
space:
mode:
authorMartin Schröder <martin@oneiros.de>2009-08-13 14:03:11 +0000
committerMartin Schröder <martin@oneiros.de>2009-08-13 14:03:11 +0000
commit81fbf5dfbb0adcfa546f9207214ff4b8d9c4244c (patch)
tree13b99e0161f5ce2a52f45201bc9440b943c3df55 /Build/source/libs/libpng/libpng-1.2.39/projects/visualc71/README_zlib.txt
parentcccdec08d607bc33cd2675fe5d8c05897e8465ec (diff)
import libpng 1.2.39 (from luatex)
git-svn-id: svn://tug.org/texlive/trunk@14646 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/libpng-1.2.39/projects/visualc71/README_zlib.txt')
-rw-r--r--Build/source/libs/libpng/libpng-1.2.39/projects/visualc71/README_zlib.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/Build/source/libs/libpng/libpng-1.2.39/projects/visualc71/README_zlib.txt b/Build/source/libs/libpng/libpng-1.2.39/projects/visualc71/README_zlib.txt
new file mode 100644
index 00000000000..ff6a5c7cbe9
--- /dev/null
+++ b/Build/source/libs/libpng/libpng-1.2.39/projects/visualc71/README_zlib.txt
@@ -0,0 +1,44 @@
+/* WARNING: This file was put in the LibPNG distribution for convenience only.
+ It is expected to be part of the next zlib release under
+ "projects\visualc71\README.txt." */
+
+Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
+
+Copyright (C) 2004 Simon-Pierre Cadieux.
+Copyright (C) 2004 Cosmin Truta.
+For conditions of distribution and use, see copyright notice in zlib.h.
+
+
+To use:
+
+1) On the main menu, select "File | Open Solution".
+ Open "zlib.sln".
+
+2) Display the Solution Explorer view (Ctrl+Alt+L)
+
+3) Set one of the project as the StartUp project. If you just want to build the
+ binaries set "zlib" as the startup project (Select "zlib" tree view item +
+ Project | Set as StartUp project). If you want to build and test the
+ binaries set it to "example" (Select "example" tree view item + Project |
+ Set as StartUp project), If you want to build the minigzip utility set it to
+ "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
+ project
+
+4) Select "Build | Configuration Manager...".
+ Choose the configuration you wish to build.
+
+5) Select "Build | Clean Solution".
+
+6) Select "Build | Build Solution (Ctrl-Shift-B)"
+
+This project builds the zlib binaries as follows:
+
+* Win32_DLL_Release\zlib1.dll DLL build
+* Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
+* Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code
+* Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
+* Win32_LIB_Release\zlib.lib static build
+* Win32_LIB_Debug\zlibd.lib static build (debug version)
+* Win32_LIB_ASM_Release\zlib.lib static build using ASM code
+* Win32_LIB_ASM_Debug\zlibd.lib static build using ASM code (debug version)
+