summaryrefslogtreecommitdiff
path: root/projects/visualc6/README.txt
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:45 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:45 -0700
commit7a6955760ba950eb82f57929f8f6c9847c65f0af (patch)
treee2cd657aca6d606e0b28bf57fe45e914717a334c /projects/visualc6/README.txt
parentf0e76a6634eb26e3ddc6dfc6f2489553eff8c8f4 (diff)
downloadzlib-1.2.1.2.tar.gz
zlib-1.2.1.2.tar.bz2
zlib-1.2.1.2.zip
zlib 1.2.1.2v1.2.1.2
Diffstat (limited to '')
-rw-r--r--projects/visualc6/README.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/projects/visualc6/README.txt b/projects/visualc6/README.txt
new file mode 100644
index 0000000..71d6105
--- /dev/null
+++ b/projects/visualc6/README.txt
@@ -0,0 +1,38 @@
1Microsoft Developer Studio Project Files, Format Version 6.00 for zlib.
2
3Copyright (C) 2000-2004 Simon-Pierre Cadieux.
4Copyright (C) 2004 Cosmin Truta.
5For conditions of distribution and use, see copyright notice in zlib.h.
6
7
8To use:
9
101) On the main menu, select "File | Open Workspace".
11 Open "zlib.dsw".
12
132) Select "Build | Set Active Configuration".
14 Choose the configuration you wish to build.
15
163) Select "Build | Clean".
17
184) Select "Build | Build ... (F7)". Ignore warning messages about
19 not being able to find certain include files (e.g. alloc.h).
20
215) If you built one of the sample programs (example or minigzip),
22 select "Build | Execute ... (Ctrl+F5)".
23
24
25This project builds the zlib binaries as follows:
26
27* Win32_DLL_Release\zlib1.dll DLL build
28* Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
29* Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code
30* Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
31* Win32_LIB_Release\zlib.lib static build
32* Win32_LIB_Debug\zlibd.lib static build (debug version)
33* Win32_LIB_ASM_Release\zlib.lib static build using ASM code
34* Win32_LIB_ASM_Debug\zlibd.lib static build using ASM code (debug version)
35
36
37For more information regarding the DLL builds, please see the DLL FAQ
38in ..\..\win32\DLL_FAQ.txt.