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.vc | |
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.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 9690013..f85bd02 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.117 2008/03/18 06:59:04 jenglish Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.118 2008/04/02 04:30:44 dgp Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -353,7 +353,6 @@ TKOBJS = \ $(TMP_DIR)\tkUtil.obj \ $(TMP_DIR)\tkVisual.obj \ $(TMP_DIR)\tkStubInit.obj \ - $(TMP_DIR)\tkStubLib.obj \ $(TMP_DIR)\tkWindow.obj \ $(TTK_OBJS) \ !if !$(STATIC_BUILD) |