summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2003-10-08 21:49:56 (GMT)
committerpatthoyts <patthoyts@noemail.net>2003-10-08 21:49:56 (GMT)
commitc9241828e2fca98949385308282f04a90e872732 (patch)
treeda7bf61d6949518714bf205fe936e53d6c2ce837 /win/Makefile.in
parent4b71c5a2fc7930778d4847850089114f921af69e (diff)
downloadtk-c9241828e2fca98949385308282f04a90e872732.zip
tk-c9241828e2fca98949385308282f04a90e872732.tar.gz
tk-c9241828e2fca98949385308282f04a90e872732.tar.bz2
* win/tcl.m4: Add TIP #150 items to the TEA makefiles.
* win/configure: * win/Makefile.in: * win/tkWinSend.c: Clean up some warnings from gcc -Wall. * win/tkWinSendCom.c: FossilOrigin-Name: 34f9ee5a119c768702a1ab36c15e9a018580f3c7
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 8527a75..aa8c21a 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,7 +4,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.59 2003/01/13 07:30:58 mdejong Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.60 2003/10/08 21:49:56 patthoyts Exp $
TCLVERSION = @TCL_VERSION@
VERSION = @TK_VERSION@
@@ -259,6 +259,7 @@ TK_OBJS = \
tkWinRegion.$(OBJEXT) \
tkWinScrlbr.$(OBJEXT) \
tkWinSend.$(OBJEXT) \
+ tkWinSendCom.$(OBJEXT) \
tkWinWindow.$(OBJEXT) \
tkWinWm.$(OBJEXT) \
tkWinX.$(OBJEXT) \