diff options
author | nijtmans <nijtmans> | 2010-03-12 15:23:39 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-03-12 15:23:39 (GMT) |
commit | 7d78c85b0ab356a56a3dda397a77a6b810d6981e (patch) | |
tree | bf42edd55f669665a2e171955b8120a70e2fad48 /win/makefile.vc | |
parent | bfe3e0c76ac47261c827e710f6e93e98ff09c4c1 (diff) | |
download | tk-7d78c85b0ab356a56a3dda397a77a6b810d6981e.zip tk-7d78c85b0ab356a56a3dda397a77a6b810d6981e.tar.gz tk-7d78c85b0ab356a56a3dda397a77a6b810d6981e.tar.bz2 |
Fix [Tcl Bug 2967340]: Static build failure
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 4edfeb3..82bbaf8 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -13,7 +13,7 @@ # Copyright (c) 2003-2008 Pat Thoyts. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.129 2009/12/12 00:02:36 nijtmans Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.130 2010/03/12 15:23:39 nijtmans Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -238,6 +238,7 @@ WISHOBJS = \ !if $(TCL_USE_STATIC_PACKAGES) $(TCLDDELIB) \ $(TCLREGLIB) \ + $(TCLSTUBLIB) \ !endif $(TMP_DIR)\wish.res |