c++: using non-dep array var of unknown bound [PR115358]
[official-gcc.git] / zlib / contrib / masmx86 / readme.txt
blob3271f720a1a7645a301b8d1fc16389cad955d5f8
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
14     http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64\r
16 You can also get objects files here:\r
18     http://www.winimage.com/zLibDll/zlib124_masm_obj.zip\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
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