diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-02 04:30:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-02 04:30:40 (GMT) |
commit | 3049ef70d8cbcbb5385fd71872c3b74dd3808680 (patch) | |
tree | 18d4f41286bc933edf6f7fb7da8ea86a2afea1ca /win/makefile.bc | |
parent | 88057339325da657e84cc9218b7bcb673338902c (diff) | |
download | tk-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.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 |