From 288f1080317b954b6bdca33708631c011549c008 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Thu, 12 Oct 2017 20:08:53 -0700 Subject: Remove old assembler code in which bugs have manifested. In addition, there is not sufficient gain from the inflate assembler code to warrant its inclusion. --- win32/Makefile.bor | 1 - win32/Makefile.gcc | 5 ----- win32/Makefile.msc | 4 ---- 3 files changed, 10 deletions(-) (limited to 'win32') diff --git a/win32/Makefile.bor b/win32/Makefile.bor index d152bbb..4495353 100644 --- a/win32/Makefile.bor +++ b/win32/Makefile.bor @@ -3,7 +3,6 @@ # # Usage: # make -f win32/Makefile.bor -# make -f win32/Makefile.bor LOCAL_ZLIB=-DASMV OBJA=match.obj OBJPA=+match.obj # ------------ Borland C++ ------------ diff --git a/win32/Makefile.gcc b/win32/Makefile.gcc index 305be50..081e391 100644 --- a/win32/Makefile.gcc +++ b/win32/Makefile.gcc @@ -11,10 +11,6 @@ # # make -fwin32/Makefile.gcc; make test testdll -fwin32/Makefile.gcc # -# To use the asm code, type: -# cp contrib/asm?86/match.S ./match.S -# make LOC=-DASMV OBJA=match.o -fwin32/Makefile.gcc -# # To install libz.a, zconf.h and zlib.h in the system directories, type: # # make install -fwin32/Makefile.gcc @@ -38,7 +34,6 @@ IMPLIB = libz.dll.a # SHARED_MODE=0 -#LOC = -DASMV #LOC = -DZLIB_DEBUG -g PREFIX = diff --git a/win32/Makefile.msc b/win32/Makefile.msc index 6831882..9c65153 100644 --- a/win32/Makefile.msc +++ b/win32/Makefile.msc @@ -4,10 +4,6 @@ # Usage: # nmake -f win32/Makefile.msc (standard build) # nmake -f win32/Makefile.msc LOC=-DFOO (nonstandard build) -# nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" \ -# OBJA="inffas32.obj match686.obj" (use ASM code, x86) -# nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF -I." \ -# OBJA="inffasx64.obj gvmat64.obj inffas8664.obj" (use ASM code, x64) # The toplevel directory of the source tree. # -- cgit v1.2.3-55-g6feb