summaryrefslogtreecommitdiff
path: root/INDEX
diff options
context:
space:
mode:
Diffstat (limited to 'INDEX')
-rw-r--r--INDEX11
1 files changed, 9 insertions, 2 deletions
diff --git a/INDEX b/INDEX
index 0587e59..a2e954b 100644
--- a/INDEX
+++ b/INDEX
@@ -4,20 +4,26 @@ INDEX this file
4Makefile makefile for Unix (generated by configure) 4Makefile makefile for Unix (generated by configure)
5Makefile.in makefile for Unix (template for configure) 5Makefile.in makefile for Unix (template for configure)
6README guess what 6README guess what
7algorithm.txt description of the (de)compression algorithm
8configure configure script for Unix 7configure configure script for Unix
8make_vms.com makefile for VMS
9zconf.in.h template for zconf.h (used by configure) 9zconf.in.h template for zconf.h (used by configure)
10zlib.3 Man page for zlib
11zlib.map Linux symbol information
12zlib.pc.in ??
10 13
11amiga/ makefiles for Amiga SAS C 14amiga/ makefiles for Amiga SAS C
12as400/ makefiles for IBM AS/400 15as400/ makefiles for IBM AS/400
16doc/ documentation for formats and algorithms
13msdos/ makefiles for MSDOS 17msdos/ makefiles for MSDOS
14old/ makefiles for various architectures and zlib documentation 18old/ makefiles for various architectures and zlib documentation
15 files that have not yet been updated for zlib 1.2.x 19 files that have not yet been updated for zlib 1.2.x
16projects/ projects for various Integrated Development Environments 20projects/ projects for various Integrated Development Environments
17qnx/ makefiles for QNX 21qnx/ makefiles for QNX
22todo/ works in progress
23watcom/ makefiles for OpenWatcom
18win32/ makefiles for Windows 24win32/ makefiles for Windows
19 25
20 zlib public header files (must be kept): 26 zlib public header files (required for library use):
21zconf.h 27zconf.h
22zlib.h 28zlib.h
23 29
@@ -46,6 +52,7 @@ zutil.h
46 source files for sample programs: 52 source files for sample programs:
47example.c 53example.c
48minigzip.c 54minigzip.c
55See examples/README.examples for more
49 56
50 unsupported contribution by third parties 57 unsupported contribution by third parties
51See contrib/README.contrib 58See contrib/README.contrib