From 1f4e91b62267522c6f62bd78f6c9c077a0eca17a Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 27 Feb 2011 15:50:40 +0000 Subject: Set zlib to version 1.2.5 as asked by STR #2508. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8481 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- zlib/makefile.wat | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'zlib/makefile.wat') diff --git a/zlib/makefile.wat b/zlib/makefile.wat index 9e3e83d5f..470baae63 100644 --- a/zlib/makefile.wat +++ b/zlib/makefile.wat @@ -3,7 +3,7 @@ # # GNU ZIP library makefile for the Fast Light Toolkit (FLTK). # -# Copyright 1997-2004 by Easy Software Products. +# Copyright 1998-2011 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -34,8 +34,9 @@ LIBNAMEROOT=ftlk_z # Object files... # -LIBOBJS = adler32.obj compress.obj crc32.obj gzio.obj uncompr.obj deflate.obj & - trees.obj zutil.obj inflate.obj inftrees.obj inffast.obj +LIBOBJS = adler32.obj compress.obj crc32.obj uncompr.obj deflate.obj & + trees.obj zutil.obj inflate.obj inftrees.obj inffast.obj & + gzclose.obj gzlib.obj gzread.obj gzwrite.obj infback.obj # -- cgit v1.2.3