summaryrefslogtreecommitdiff
path: root/contrib/masmx64/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/masmx64/readme.txt')
-rw-r--r--contrib/masmx64/readme.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/masmx64/readme.txt b/contrib/masmx64/readme.txt
index cd697c4..1115d9b 100644
--- a/contrib/masmx64/readme.txt
+++ b/contrib/masmx64/readme.txt
@@ -12,7 +12,10 @@ inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing
12 12
13Use instructions 13Use instructions
14---------------- 14----------------
15Copy these files into the zlib source directory. 15Assemble the .asm files using MASM and put the object files into the zlib source
16directory. You can also get object files here:
17
18 http://www.winimage.com/zLibDll/zlib124_masm_obj.zip
16 19
17define 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,
18and inffasx64.obj and gvmat64.obj as object to link. 21and inffasx64.obj and gvmat64.obj as object to link.