new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / external / zlib-1.2.8 / contrib / masmx86 / readme.txt
diff --git a/src/external/zlib-1.2.8/contrib/masmx86/readme.txt b/src/external/zlib-1.2.8/contrib/masmx86/readme.txt
deleted file mode 100644 (file)
index 3271f72..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-\r
-Summary\r
--------\r
-This directory contains ASM implementations of the functions\r
-longest_match() and inflate_fast().\r
-\r
-\r
-Use instructions\r
-----------------\r
-Assemble using MASM, and copy the object files into the zlib source\r
-directory, then run the appropriate makefile, as suggested below.  You can\r
-donwload MASM from here:\r
-\r
-    http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64\r
-\r
-You can also get objects files here:\r
-\r
-    http://www.winimage.com/zLibDll/zlib124_masm_obj.zip\r
-\r
-Build instructions\r
-------------------\r
-* With Microsoft C and MASM:\r
-nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"\r
-\r
-* With Borland C and TASM:\r
-make -f win32/Makefile.bor LOCAL_ZLIB="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj" OBJPA="+match686c.obj+match686.obj+inffas32.obj"\r
-\r