dodan override za lintian
[ossec-hids.git] / src / external / zlib-1.2.8 / contrib / masmx86 / readme.txt
1 \r
2 Summary\r
3 -------\r
4 This directory contains ASM implementations of the functions\r
5 longest_match() and inflate_fast().\r
6 \r
7 \r
8 Use instructions\r
9 ----------------\r
10 Assemble using MASM, and copy the object files into the zlib source\r
11 directory, then run the appropriate makefile, as suggested below.  You can\r
12 donwload MASM from here:\r
13 \r
14     http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64\r
15 \r
16 You can also get objects files here:\r
17 \r
18     http://www.winimage.com/zLibDll/zlib124_masm_obj.zip\r
19 \r
20 Build instructions\r
21 ------------------\r
22 * With Microsoft C and MASM:\r
23 nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"\r
24 \r
25 * With Borland C and TASM:\r
26 make -f win32/Makefile.bor LOCAL_ZLIB="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj" OBJPA="+match686c.obj+match686.obj+inffas32.obj"\r
27 \r