summaryrefslogtreecommitdiff
path: root/contrib/masmx86/readme.txt
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:33:59 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:33:59 -0700
commita1141160bcf563f1a269be68a21f1651f687bb69 (patch)
tree8817801b5113a40c7abceb9bfcf9fc37863d05d5 /contrib/masmx86/readme.txt
parent59ca2179ff8ef92e9e8351a11f1a92e7138364c2 (diff)
downloadzlib-1.2.4.tar.gz
zlib-1.2.4.tar.bz2
zlib-1.2.4.zip
zlib 1.2.4v1.2.4
Diffstat (limited to 'contrib/masmx86/readme.txt')
-rw-r--r--contrib/masmx86/readme.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/masmx86/readme.txt b/contrib/masmx86/readme.txt
index 413580e..90230f2 100644
--- a/contrib/masmx86/readme.txt
+++ b/contrib/masmx86/readme.txt
@@ -7,9 +7,15 @@ longest_match() and inflate_fast().
7 7
8Use instructions 8Use instructions
9---------------- 9----------------
10Copy these files into the zlib source directory, then run the 10Assemble using MASM, and copy the object files into the zlib source
11appropriate makefile, as suggested below. 11directory, then run the appropriate makefile, as suggested below. You can
12donwload MASM from here:
12 13
14 http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64
15
16You can also get objects files here:
17
18 http://www.winimage.com/zLibDll/zlib124_masm_obj.zip
13 19
14Build instructions 20Build instructions
15------------------ 21------------------