diff options
Diffstat (limited to 'INDEX')
-rw-r--r-- | INDEX | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,10 +6,10 @@ Makefile.in makefile for Unix (template for configure) | |||
6 | README guess what | 6 | README guess what |
7 | configure configure script for Unix | 7 | configure configure script for Unix |
8 | make_vms.com makefile for VMS | 8 | make_vms.com makefile for VMS |
9 | zconf.in.h template for zconf.h (used by configure) | 9 | treebuild.xml see http://treebuild.metux.de/ |
10 | zlib.3 Man page for zlib | 10 | zlib.3 Man page for zlib |
11 | zlib.map Linux symbol information | 11 | zlib.map Linux symbol information |
12 | zlib.pc.in ?? | 12 | zlib.pc.in Template for pkg-config descriptor |
13 | 13 | ||
14 | amiga/ makefiles for Amiga SAS C | 14 | amiga/ makefiles for Amiga SAS C |
15 | as400/ makefiles for IBM AS/400 | 15 | as400/ makefiles for IBM AS/400 |
@@ -19,13 +19,13 @@ old/ makefiles for various architectures and zlib documentation | |||
19 | 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 |
20 | projects/ projects for various Integrated Development Environments | 20 | projects/ projects for various Integrated Development Environments |
21 | qnx/ makefiles for QNX | 21 | qnx/ makefiles for QNX |
22 | todo/ works in progress | ||
23 | watcom/ makefiles for OpenWatcom | 22 | watcom/ makefiles for OpenWatcom |
24 | win32/ makefiles for Windows | 23 | win32/ makefiles for Windows |
25 | 24 | ||
26 | zlib public header files (required for library use): | 25 | zlib public header files (required for library use): |
27 | zconf.h | 26 | zconf.h |
28 | zlib.h | 27 | zlib.h |
28 | zlibdefs.h | ||
29 | 29 | ||
30 | private source files used to build the zlib library: | 30 | private source files used to build the zlib library: |
31 | adler32.c | 31 | adler32.c |