From 8e6b35366073a1a71df805061ecf016cc915a9f9 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 12 Apr 2022 16:24:10 +0100 Subject: Rebase the zlib sources to the 1.2.12 release --- zlib/win32/Makefile.bor | 1 - zlib/win32/Makefile.gcc | 5 ----- zlib/win32/Makefile.msc | 4 ---- zlib/win32/README-WIN32.txt | 4 ++-- zlib/win32/zlib.def | 4 ++++ 5 files changed, 6 insertions(+), 12 deletions(-) (limited to 'zlib/win32') diff --git a/zlib/win32/Makefile.bor b/zlib/win32/Makefile.bor index d152bbb..4495353 100644 --- a/zlib/win32/Makefile.bor +++ b/zlib/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/zlib/win32/Makefile.gcc b/zlib/win32/Makefile.gcc index 305be50..081e391 100644 --- a/zlib/win32/Makefile.gcc +++ b/zlib/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/zlib/win32/Makefile.msc b/zlib/win32/Makefile.msc index 6831882..9c65153 100644 --- a/zlib/win32/Makefile.msc +++ b/zlib/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. # diff --git a/zlib/win32/README-WIN32.txt b/zlib/win32/README-WIN32.txt index df7ab7f..536cfec 100644 --- a/zlib/win32/README-WIN32.txt +++ b/zlib/win32/README-WIN32.txt @@ -1,6 +1,6 @@ ZLIB DATA COMPRESSION LIBRARY -zlib 1.2.11 is a general purpose data compression library. All the code is +zlib 1.2.12 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) @@ -22,7 +22,7 @@ before asking for help. Manifest: -The package zlib-1.2.11-win32-x86.zip will contain the following files: +The package zlib-1.2.12-win32-x86.zip will contain the following files: README-WIN32.txt This document ChangeLog Changes since previous zlib packages diff --git a/zlib/win32/zlib.def b/zlib/win32/zlib.def index 0cb3f5d..53c8011 100644 --- a/zlib/win32/zlib.def +++ b/zlib/win32/zlib.def @@ -69,6 +69,7 @@ EXPORTS gzoffset64 adler32_combine64 crc32_combine64 + crc32_combine_gen64 ; checksum functions adler32 adler32_z @@ -76,6 +77,8 @@ EXPORTS crc32_z adler32_combine crc32_combine + crc32_combine_gen + crc32_combine_op ; various hacks, don't look :) deflateInit_ deflateInit2_ @@ -91,3 +94,4 @@ EXPORTS inflateCodesUsed inflateResetKeep deflateResetKeep + gzopen_w -- cgit v1.1