]> git.saurik.com Git - wxWidgets.git/blame - src/zlib/INDEX
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / zlib / INDEX
CommitLineData
772513d8 1CMakeLists.txt cmake build file
21ea11a1
VS
2ChangeLog history of changes
3FAQ Frequently Asked Questions about zlib
4INDEX this file
772513d8
VZ
5Makefile dummy Makefile that tells you to ./configure
6Makefile.in template for Unix Makefile
21ea11a1 7README guess what
21ea11a1 8configure configure script for Unix
772513d8
VZ
9make_vms.com makefile for VMS
10test/example.c zlib usages examples for build testing
11test/minigzip.c minimal gzip-like functionality for build testing
12test/infcover.c inf*.c code coverage for build coverage testing
13treebuild.xml XML description of source file dependencies
14zconf.h.cmakein zconf.h template for cmake
15zconf.h.in zconf.h template for configure
16zlib.3 Man page for zlib
17zlib.3.pdf Man page in PDF format
18zlib.map Linux symbol information
19zlib.pc.in Template for pkg-config descriptor
20zlib.pc.cmakein zlib.pc template for cmake
21zlib2ansi perl script to convert source files for C++ compilation
21ea11a1 22
a6285dc9 23amiga/ makefiles for Amiga SAS C
772513d8
VZ
24as400/ makefiles for AS/400
25doc/ documentation for formats and algorithms
21ea11a1 26msdos/ makefiles for MSDOS
772513d8 27nintendods/ makefile for Nintendo DS
21ea11a1
VS
28old/ makefiles for various architectures and zlib documentation
29 files that have not yet been updated for zlib 1.2.x
30qnx/ makefiles for QNX
772513d8 31watcom/ makefiles for OpenWatcom
21ea11a1
VS
32win32/ makefiles for Windows
33
772513d8 34 zlib public header files (required for library use):
c801d85f
KB
35zconf.h
36zlib.h
37
21ea11a1 38 private source files used to build the zlib library:
c801d85f
KB
39adler32.c
40compress.c
41crc32.c
21ea11a1 42crc32.h
c801d85f
KB
43deflate.c
44deflate.h
772513d8
VZ
45gzclose.c
46gzguts.h
47gzlib.c
48gzread.c
49gzwrite.c
21ea11a1 50infback.c
c801d85f
KB
51inffast.c
52inffast.h
21ea11a1 53inffixed.h
c801d85f 54inflate.c
21ea11a1 55inflate.h
c801d85f
KB
56inftrees.c
57inftrees.h
c801d85f 58trees.c
21ea11a1 59trees.h
c801d85f
KB
60uncompr.c
61zutil.c
62zutil.h
63
772513d8
VZ
64 source files for sample programs
65See examples/README.examples
c801d85f 66
772513d8 67 unsupported contributions by third parties
21ea11a1 68See contrib/README.contrib