summaryrefslogtreecommitdiff
path: root/zlib/makefile.wat
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-02-27 15:50:40 +0000
committerManolo Gouy <Manolo>2011-02-27 15:50:40 +0000
commit1f4e91b62267522c6f62bd78f6c9c077a0eca17a (patch)
treed40976004d7020c34c1d32e11187fccd7827cc9c /zlib/makefile.wat
parent5c29bca9d487f5e033a42f7066166907b8f87037 (diff)
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
Diffstat (limited to 'zlib/makefile.wat')
-rw-r--r--zlib/makefile.wat7
1 files changed, 4 insertions, 3 deletions
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
#