aboutsummaryrefslogtreecommitdiff
path: root/INDEX
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:08 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:08 -0700
commit7df877eccdd826e94df53215f65dee639428e83f (patch)
tree11ed5070798961e28a4c69d9272ecaada500abc3 /INDEX
parentdc5a43ebfadb6b775f6e64bfeb5a461c66acb394 (diff)
downloadzlib-7df877eccdd826e94df53215f65dee639428e83f.tar.gz
zlib-7df877eccdd826e94df53215f65dee639428e83f.tar.bz2
zlib-7df877eccdd826e94df53215f65dee639428e83f.zip
zlib 1.2.3.7v1.2.3.7
Diffstat (limited to 'INDEX')
-rw-r--r--INDEX8
1 files changed, 4 insertions, 4 deletions
diff --git a/INDEX b/INDEX
index 72684a2..e4c2133 100644
--- a/INDEX
+++ b/INDEX
@@ -2,12 +2,12 @@ CMakeLists.txt cmake build file
2ChangeLog history of changes 2ChangeLog history of changes
3FAQ Frequently Asked Questions about zlib 3FAQ Frequently Asked Questions about zlib
4INDEX this file 4INDEX this file
5Makefile makefile for Unix (generated by configure) 5Makefile.in template for Unix Makefile
6Makefile.in makefile for Unix (template for configure)
7README guess what 6README guess what
8configure configure script for Unix 7configure configure script for Unix
9make_vms.com makefile for VMS 8make_vms.com makefile for VMS
10treebuild.xml XML description of source file dependencies 9treebuild.xml XML description of source file dependencies
10zconf.in.h zconf.h template for configure
11zlib.3 Man page for zlib 11zlib.3 Man page for zlib
12zlib.map Linux symbol information 12zlib.map Linux symbol information
13zlib.pc.in Template for pkg-config descriptor 13zlib.pc.in Template for pkg-config descriptor
@@ -18,18 +18,18 @@ as400/ makefiles for IBM AS/400
18doc/ documentation for formats and algorithms 18doc/ documentation for formats and algorithms
19msdos/ makefiles for MSDOS 19msdos/ makefiles for MSDOS
20nintendods/ makefile for Nintendo DS 20nintendods/ makefile for Nintendo DS
21objs/ destination for object files
21old/ makefiles for various architectures and zlib documentation 22old/ makefiles for various architectures and zlib documentation
22 files that have not yet been updated for zlib 1.2.x 23 files that have not yet been updated for zlib 1.2.x
24pics/ destination for position-independent-code object files
23projects/ projects for various Integrated Development Environments 25projects/ projects for various Integrated Development Environments
24qnx/ makefiles for QNX 26qnx/ makefiles for QNX
25watcom/ makefiles for OpenWatcom 27watcom/ makefiles for OpenWatcom
26win32/ makefiles for Windows 28win32/ makefiles for Windows
27zlibdefs.h.cmakein input file for cmake build
28 29
29 zlib public header files (required for library use): 30 zlib public header files (required for library use):
30zconf.h 31zconf.h
31zlib.h 32zlib.h
32zlibdefs.h
33 33
34 private source files used to build the zlib library: 34 private source files used to build the zlib library:
35adler32.c 35adler32.c