summaryrefslogtreecommitdiff
path: root/contrib/README.contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/README.contrib')
-rw-r--r--contrib/README.contrib9
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/README.contrib b/contrib/README.contrib
index fcee020..3579d43 100644
--- a/contrib/README.contrib
+++ b/contrib/README.contrib
@@ -12,7 +12,7 @@ asm586/ and asm686/ by Brian Raiter <breadbox@muppetlabs.com>
12 See http://www.muppetlabs.com/~breadbox/software/assembly.html 12 See http://www.muppetlabs.com/~breadbox/software/assembly.html
13 13
14blast/ by Mark Adler <madler@alumni.caltech.edu> 14blast/ by Mark Adler <madler@alumni.caltech.edu>
15 Decompressor for output of PKWare Data Compression Library 15 Decompressor for output of PKWare Data Compression Library (DCL)
16 16
17delphi/ by Bob Dellaca <bobdl@xtra.co.nz> 17delphi/ by Bob Dellaca <bobdl@xtra.co.nz>
18 Support for Delphi 18 Support for Delphi
@@ -33,8 +33,15 @@ iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
33iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no> 33iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no>
34 Another C++ I/O streams interface 34 Another C++ I/O streams interface
35 35
36testzlib/ by Gilles Vollant <info@winimage.com>
37 Example of the use of zlib
38
36untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es> 39untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
37 A very simple tar.gz file extractor using zlib 40 A very simple tar.gz file extractor using zlib
38 41
39visual-basic.txt by Carlos Rios <c_rios@sonda.cl> 42visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
40 How to use compress(), uncompress() and the gz* functions from VB. 43 How to use compress(), uncompress() and the gz* functions from VB.
44
45vstudio/ by Gilles Vollant <info@winimage.com>
46 Building zlib DLL with Visual Studio .NET
47 Includes x86 inffast.asm for MASM