summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-04-02 04:30:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-04-02 04:30:40 (GMT)
commit3049ef70d8cbcbb5385fd71872c3b74dd3808680 (patch)
tree18d4f41286bc933edf6f7fb7da8ea86a2afea1ca /win/Makefile.in
parent88057339325da657e84cc9218b7bcb673338902c (diff)
downloadtk-3049ef70d8cbcbb5385fd71872c3b74dd3808680.zip
tk-3049ef70d8cbcbb5385fd71872c3b74dd3808680.tar.gz
tk-3049ef70d8cbcbb5385fd71872c3b74dd3808680.tar.bz2
* generic/tkWindow.c: Revised package initialization so that
* unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but * win/Makefile.in: is present only in libtkstub.a. This tightens * win/makefile.bc: up the rules for users of the stubs interfaces. * win/makefile.vc: [Tcl Bug 1819422].
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 42c1312..96343c3 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.78 2008/03/18 06:59:04 jenglish Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.79 2008/04/02 04:30:42 dgp Exp $
TCLVERSION = @TCL_VERSION@
TCLPATCHL = @TCL_PATCH_LEVEL@
@@ -348,7 +348,6 @@ TK_OBJS = \
tkUtil.$(OBJEXT) \
tkVisual.$(OBJEXT) \
tkStubInit.$(OBJEXT) \
- tkStubLib.$(OBJEXT) \
tkWindow.$(OBJEXT) \
$(TTK_OBJS)