diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:59 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:59 -0700 |
commit | a1141160bcf563f1a269be68a21f1651f687bb69 (patch) | |
tree | 8817801b5113a40c7abceb9bfcf9fc37863d05d5 /contrib/masmx64/readme.txt | |
parent | 59ca2179ff8ef92e9e8351a11f1a92e7138364c2 (diff) | |
download | zlib-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 '')
-rw-r--r-- | contrib/masmx64/readme.txt | 5 |
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 | ||
13 | Use instructions | 13 | Use instructions |
14 | ---------------- | 14 | ---------------- |
15 | Copy these files into the zlib source directory. | 15 | Assemble the .asm files using MASM and put the object files into the zlib source |
16 | directory. You can also get object files here: | ||
17 | |||
18 | http://www.winimage.com/zLibDll/zlib124_masm_obj.zip | ||
16 | 19 | ||
17 | define ASMV and ASMINF in your project. Include inffas8664.c in your source tree, | 20 | define ASMV and ASMINF in your project. Include inffas8664.c in your source tree, |
18 | and inffasx64.obj and gvmat64.obj as object to link. | 21 | and inffasx64.obj and gvmat64.obj as object to link. |