summaryrefslogtreecommitdiff
path: root/INDEX
diff options
context:
space:
mode:
Diffstat (limited to 'INDEX')
-rw-r--r--INDEX10
1 files changed, 9 insertions, 1 deletions
diff --git a/INDEX b/INDEX
index 2c7a512..72684a2 100644
--- a/INDEX
+++ b/INDEX
@@ -1,3 +1,4 @@
1CMakeLists.txt cmake build file
1ChangeLog history of changes 2ChangeLog history of changes
2FAQ Frequently Asked Questions about zlib 3FAQ Frequently Asked Questions about zlib
3INDEX this file 4INDEX this file
@@ -6,7 +7,7 @@ Makefile.in makefile for Unix (template for configure)
6README guess what 7README guess what
7configure configure script for Unix 8configure configure script for Unix
8make_vms.com makefile for VMS 9make_vms.com makefile for VMS
9treebuild.xml see http://treebuild.metux.de/ 10treebuild.xml XML description of source file dependencies
10zlib.3 Man page for zlib 11zlib.3 Man page for zlib
11zlib.map Linux symbol information 12zlib.map Linux symbol information
12zlib.pc.in Template for pkg-config descriptor 13zlib.pc.in Template for pkg-config descriptor
@@ -16,12 +17,14 @@ amiga/ makefiles for Amiga SAS C
16as400/ makefiles for IBM AS/400 17as400/ makefiles for IBM AS/400
17doc/ documentation for formats and algorithms 18doc/ documentation for formats and algorithms
18msdos/ makefiles for MSDOS 19msdos/ makefiles for MSDOS
20nintendods/ makefile for Nintendo DS
19old/ makefiles for various architectures and zlib documentation 21old/ makefiles for various architectures and zlib documentation
20 files that have not yet been updated for zlib 1.2.x 22 files that have not yet been updated for zlib 1.2.x
21projects/ projects for various Integrated Development Environments 23projects/ projects for various Integrated Development Environments
22qnx/ makefiles for QNX 24qnx/ makefiles for QNX
23watcom/ makefiles for OpenWatcom 25watcom/ makefiles for OpenWatcom
24win32/ makefiles for Windows 26win32/ makefiles for Windows
27zlibdefs.h.cmakein input file for cmake build
25 28
26 zlib public header files (required for library use): 29 zlib public header files (required for library use):
27zconf.h 30zconf.h
@@ -35,7 +38,12 @@ crc32.c
35crc32.h 38crc32.h
36deflate.c 39deflate.c
37deflate.h 40deflate.h
41gzclose.c
42gzguts.h
38gzio.c 43gzio.c
44gzlib.c
45gzread.c
46gzwrite.c
39infback.c 47infback.c
40inffast.c 48inffast.c
41inffast.h 49inffast.h