diff options
Diffstat (limited to 'contrib/masmx86/readme.txt')
-rw-r--r-- | contrib/masmx86/readme.txt | 10 |
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 | ||
8 | Use instructions | 8 | Use instructions |
9 | ---------------- | 9 | ---------------- |
10 | Copy these files into the zlib source directory, then run the | 10 | Assemble using MASM, and copy the object files into the zlib source |
11 | appropriate makefile, as suggested below. | 11 | directory, then run the appropriate makefile, as suggested below. You can |
12 | donwload MASM from here: | ||
12 | 13 | ||
14 | http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64 | ||
15 | |||
16 | You can also get objects files here: | ||
17 | |||
18 | http://www.winimage.com/zLibDll/zlib124_masm_obj.zip | ||
13 | 19 | ||
14 | Build instructions | 20 | Build instructions |
15 | ------------------ | 21 | ------------------ |