diff options
author | dgp@users.sourceforge.net <dgp> | 2008-04-02 04:30:40 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2008-04-02 04:30:40 (GMT) |
commit | 9ea19333d98a2f87aeacffcb389b7092a62b428c (patch) | |
tree | 18d4f41286bc933edf6f7fb7da8ea86a2afea1ca /win/makefile.bc | |
parent | 8cae3cc80e3d99bcb24a004100f658597f17d760 (diff) | |
download | tk-9ea19333d98a2f87aeacffcb389b7092a62b428c.zip tk-9ea19333d98a2f87aeacffcb389b7092a62b428c.tar.gz tk-9ea19333d98a2f87aeacffcb389b7092a62b428c.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.bc')
-rw-r--r-- | win/makefile.bc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 2454156..3575582 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -13,7 +13,7 @@ # Copyright (c) 1995-1997 Sun Microsystems, Inc. # Copyright (c) 1998-2000 Ajuba Solutions. # -# RCS: @(#) $Id: makefile.bc,v 1.14 2007/05/14 20:58:31 dgp Exp $ +# RCS: @(#) $Id: makefile.bc,v 1.15 2008/04/02 04:30:44 dgp Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -227,7 +227,6 @@ TKOBJS = \ $(TMPDIR)\tkUtil.obj \ $(TMPDIR)\tkVisual.obj \ $(TMPDIR)\tkStubInit.obj \ - $(TMPDIR)\tkStubLib.obj \ $(TMPDIR)\tkWindow.obj # Maintenance hint: Please have multiple members of TKSTUBOBJS be separated |