tfile_target::close: trace_fd can't be -1
[deliverable/binutils-gdb.git] / zlib / contrib / masmx86 / readme.txt
CommitLineData
5ca28f79
L
1\r
2Summary\r
3-------\r
4This directory contains ASM implementations of the functions\r
5longest_match() and inflate_fast().\r
6\r
7\r
8Use instructions\r
9----------------\r
10Assemble using MASM, and copy the object files into the zlib source\r
11directory, then run the appropriate makefile, as suggested below. You can\r
12donwload 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
16You can also get objects files here:\r
17\r
18 http://www.winimage.com/zLibDll/zlib124_masm_obj.zip\r
19\r
20Build instructions\r
21------------------\r
22* With Microsoft C and MASM:\r
23nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"\r
24\r
25* With Borland C and TASM:\r
26make -f win32/Makefile.bor LOCAL_ZLIB="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj" OBJPA="+match686c.obj+match686.obj+inffas32.obj"\r
27\r
This page took 0.348396 seconds and 4 git commands to generate.