summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib/contrib/masmx64
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 20:28:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 20:28:11 +0000
commit89bace63956627df3888aff9cf792254f322ce84 (patch)
tree9feb86ee1b2a7a8b0c2f585b897301ffb6614cdd /cpukit/zlib/contrib/masmx64
parentImport from zlib-1.2.5 (diff)
downloadrtems-89bace63956627df3888aff9cf792254f322ce84.tar.bz2
Import from zlib-1.2.5
Diffstat (limited to 'cpukit/zlib/contrib/masmx64')
-rw-r--r--cpukit/zlib/contrib/masmx64/readme.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/zlib/contrib/masmx64/readme.txt b/cpukit/zlib/contrib/masmx64/readme.txt
index 1115d9b529..2da6733412 100644
--- a/cpukit/zlib/contrib/masmx64/readme.txt
+++ b/cpukit/zlib/contrib/masmx64/readme.txt
@@ -12,10 +12,10 @@ inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing
Use instructions
----------------
-Assemble the .asm files using MASM and put the object files into the zlib source
-directory. You can also get object files here:
-
- http://www.winimage.com/zLibDll/zlib124_masm_obj.zip
+Assemble the .asm files using MASM and put the object files into the zlib source
+directory. You can also get object files here:
+
+ http://www.winimage.com/zLibDll/zlib124_masm_obj.zip
define ASMV and ASMINF in your project. Include inffas8664.c in your source tree,
and inffasx64.obj and gvmat64.obj as object to link.