diff options
author | nijtmans <nijtmans> | 2008-12-11 14:32:34 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-11 14:32:34 (GMT) |
commit | 5b666291abb11e496bc0915ee0cb4718c8bae64c (patch) | |
tree | 251843c6b641575e26be1e7509b624b4dab19870 /win/Makefile.in | |
parent | e37c9ffc33c68abdb5a7f559d8eab679382baad7 (diff) | |
download | tcl-5b666291abb11e496bc0915ee0cb4718c8bae64c.zip tcl-5b666291abb11e496bc0915ee0cb4718c8bae64c.tar.gz tcl-5b666291abb11e496bc0915ee0cb4718c8bae64c.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index b940c21..16d7474 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.137 2008/11/10 17:57:30 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.138 2008/12/11 14:32:34 nijtmans Exp $ VERSION = @TCL_VERSION@ @@ -177,7 +177,7 @@ SHLIB_LD = @SHLIB_LD@ SHLIB_LD_LIBS = @SHLIB_LD_LIBS@ $(LIBS) SHLIB_CFLAGS = @SHLIB_CFLAGS@ SHLIB_SUFFIX = @SHLIB_SUFFIX@ -LIBS = @LIBS@ +LIBS = @LIBS@ -lz RMDIR = rm -rf MKDIR = mkdir -p @@ -284,7 +284,8 @@ GENERIC_OBJS = \ tclTrace.$(OBJEXT) \ tclUtf.$(OBJEXT) \ tclUtil.$(OBJEXT) \ - tclVar.$(OBJEXT) + tclVar.$(OBJEXT) \ + tclZlib.$(OBJEXT) TOMMATH_OBJS = \ bncore.${OBJEXT} \ |