diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:30 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:30 -0700 |
commit | 7147f24cd7b27dd95f6e841851a111cb311a9c07 (patch) | |
tree | 1492bbbb8828513c8ad129adff414b2ba724aa03 /contrib/masmx64 | |
parent | 05d47d2627a68a15ba23fb10b17fbc73551aeec1 (diff) | |
download | zlib-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.txt | 8 |
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 | ||
13 | Use instructions | 13 | Use instructions |
14 | ---------------- | 14 | ---------------- |
15 | Assemble the .asm files using MASM and put the object files into the zlib source | 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: | 16 | directory. 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 | ||
20 | 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, |
21 | and inffasx64.obj and gvmat64.obj as object to link. | 21 | and inffasx64.obj and gvmat64.obj as object to link. |