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 README guess what configure configure script for Unix make_vms.com makefile for VMS +test/example.c zlib usages examples for build testing +test/minigzip.c minimal gzip-like functionality for build testing treebuild.xml XML description of source file dependencies zconf.h.cmakein zconf.h template for cmake zconf.h.in zconf.h template for configure @@ -17,7 +19,7 @@ zlib.pc.in Template for pkg-config descriptor zlib2ansi perl script to convert source files for C++ compilation amiga/ makefiles for Amiga SAS C -as400/ makefiles for AS/400 +as400/ makefiles for AS/400 doc/ documentation for formats and algorithms msdos/ makefiles for MSDOS nintendods/ makefile for Nintendo DS |