Add zlib to libcom32
authorhpa <hpa>
Sat, 8 Jan 2005 05:38:12 +0000 (05:38 +0000)
committerhpa <hpa>
Sat, 8 Jan 2005 05:38:12 +0000 (05:38 +0000)
commit625e7ca23141f44a39e479624adced982a338596
tree6a3e88dcbeeb7826d3948e96585a7e740237b5d8
parentdf52bfe099bb7d45f9e41115134a908923ef7da3
Add zlib to libcom32
31 files changed:
com32/lib/MCONFIG
com32/lib/Makefile
com32/lib/zlib/FAQ [new file with mode: 0644]
com32/lib/zlib/README [new file with mode: 0644]
com32/lib/zlib/adler32.c [new file with mode: 0644]
com32/lib/zlib/algorithm.txt [new file with mode: 0644]
com32/lib/zlib/compress.c [new file with mode: 0644]
com32/lib/zlib/crc32.c [new file with mode: 0644]
com32/lib/zlib/crc32.h [new file with mode: 0644]
com32/lib/zlib/deflate.c [new file with mode: 0644]
com32/lib/zlib/deflate.h [new file with mode: 0644]
com32/lib/zlib/example.c [new file with mode: 0644]
com32/lib/zlib/gzio.c [new file with mode: 0644]
com32/lib/zlib/infback.c [new file with mode: 0644]
com32/lib/zlib/inffast.c [new file with mode: 0644]
com32/lib/zlib/inffast.h [new file with mode: 0644]
com32/lib/zlib/inffixed.h [new file with mode: 0644]
com32/lib/zlib/inflate.c [new file with mode: 0644]
com32/lib/zlib/inflate.h [new file with mode: 0644]
com32/lib/zlib/inftrees.c [new file with mode: 0644]
com32/lib/zlib/inftrees.h [new file with mode: 0644]
com32/lib/zlib/minigzip.c [new file with mode: 0644]
com32/lib/zlib/trees.c [new file with mode: 0644]
com32/lib/zlib/trees.h [new file with mode: 0644]
com32/lib/zlib/uncompr.c [new file with mode: 0644]
com32/lib/zlib/zconf.h [new file with mode: 0644]
com32/lib/zlib/zconf.in.h [new file with mode: 0644]
com32/lib/zlib/zlib.3 [new file with mode: 0644]
com32/lib/zlib/zlib.h [new file with mode: 0644]
com32/lib/zlib/zutil.c [new file with mode: 0644]
com32/lib/zlib/zutil.h [new file with mode: 0644]