summaryrefslogtreecommitdiff
path: root/contrib/masmx64
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:34:30 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:34:30 -0700
commit7147f24cd7b27dd95f6e841851a111cb311a9c07 (patch)
tree1492bbbb8828513c8ad129adff414b2ba724aa03 /contrib/masmx64
parent05d47d2627a68a15ba23fb10b17fbc73551aeec1 (diff)
downloadzlib-1.2.4.2.tar.gz
zlib-1.2.4.2.tar.bz2
zlib-1.2.4.2.zip
zlib 1.2.4.2v1.2.4.2
Diffstat (limited to 'contrib/masmx64')
-rw-r--r--contrib/masmx64/readme.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/masmx64/readme.txt b/contrib/masmx64/readme.txt
index 1115d9b..2da6733 100644
--- a/contrib/masmx64/readme.txt
+++ b/contrib/masmx64/readme.txt
@@ -12,10 +12,10 @@ inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing
12 12
13Use instructions 13Use instructions
14---------------- 14----------------
15Assemble the .asm files using MASM and put the object files into the zlib source 15Assemble the .asm files using MASM and put the object files into the zlib source
16directory. You can also get object files here: 16directory. You can also get object files here:
17 17
18 http://www.winimage.com/zLibDll/zlib124_masm_obj.zip 18 http://www.winimage.com/zLibDll/zlib124_masm_obj.zip
19 19
20define ASMV and ASMINF in your project. Include inffas8664.c in your source tree, 20define ASMV and ASMINF in your project. Include inffas8664.c in your source tree,
21and inffasx64.obj and gvmat64.obj as object to link. 21and inffasx64.obj and gvmat64.obj as object to link.