diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-11-21 18:56:02 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-11-27 14:15:32 -0800 |
commit | 1b57de3aef88bd0a7b80c11db3631281b08b650a (patch) | |
tree | 59e4742c1cb2c7475713ac4f66a2c6ad2301f001 /INDEX | |
parent | 0cbad869b044c022cdda20febca6e959b67e86a5 (diff) | |
download | zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.tar.gz zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.tar.bz2 zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.zip |
Move example.c and minigzip.c to test/.
Diffstat (limited to 'INDEX')
-rw-r--r-- | INDEX | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,6 +7,8 @@ Makefile.in template for Unix Makefile | |||
7 | README guess what | 7 | README guess what |
8 | configure configure script for Unix | 8 | configure configure script for Unix |
9 | make_vms.com makefile for VMS | 9 | make_vms.com makefile for VMS |
10 | test/example.c zlib usages examples for build testing | ||
11 | test/minigzip.c minimal gzip-like functionality for build testing | ||
10 | treebuild.xml XML description of source file dependencies | 12 | treebuild.xml XML description of source file dependencies |
11 | zconf.h.cmakein zconf.h template for cmake | 13 | zconf.h.cmakein zconf.h template for cmake |
12 | zconf.h.in zconf.h template for configure | 14 | zconf.h.in zconf.h template for configure |
@@ -17,7 +19,7 @@ zlib.pc.in Template for pkg-config descriptor | |||
17 | zlib2ansi perl script to convert source files for C++ compilation | 19 | zlib2ansi perl script to convert source files for C++ compilation |
18 | 20 | ||
19 | amiga/ makefiles for Amiga SAS C | 21 | amiga/ makefiles for Amiga SAS C |
20 | as400/ makefiles for AS/400 | 22 | as400/ makefiles for AS/400 |
21 | doc/ documentation for formats and algorithms | 23 | doc/ documentation for formats and algorithms |
22 | msdos/ makefiles for MSDOS | 24 | msdos/ makefiles for MSDOS |
23 | nintendods/ makefile for Nintendo DS | 25 | nintendods/ makefile for Nintendo DS |