summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2002-12-10 22:06:08 (GMT)
committerdavygrvy <davygrvy@noemail.net>2002-12-10 22:06:08 (GMT)
commitfedfaf14e0f5772c2b2ef06158cfff014ea1eab6 (patch)
tree0540ed3e7f8d6ac9c0b7ae5bb1d32821077fb480
parent69b4bada89cf90b93a13beaf625f4412d9778182 (diff)
downloadtk-fedfaf14e0f5772c2b2ef06158cfff014ea1eab6.zip
tk-fedfaf14e0f5772c2b2ef06158cfff014ea1eab6.tar.gz
tk-fedfaf14e0f5772c2b2ef06158cfff014ea1eab6.tar.bz2
* win/makefile.vc: tclThreadTest.obj not required to link
tktest.exe [Bug 651396] FossilOrigin-Name: 55393861e9e171bc97cf371f0f52556c7bda04d7
-rw-r--r--ChangeLog5
-rw-r--r--win/makefile.vc5
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2432126..20402d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-10 David Gravereaux <davygrvy@pobox.com>
+
+ * win/makefile.vc: tclThreadTest.obj not required to link
+ tktest.exe [Bug 651396]
+
2002-12-08 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkEntry.c (ConfigureEntry): keep a flag to indicate when
diff --git a/win/makefile.vc b/win/makefile.vc
index 52feff6..ebc82e1 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001-2002 David Gravereaux.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.65 2002/11/04 07:49:43 davygrvy Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.66 2002/12/10 22:06:40 davygrvy Exp $
#------------------------------------------------------------------------------
!if "$(MSVCDIR)" == ""
@@ -206,8 +206,7 @@ TKTESTOBJS = \
$(TMP_DIR)\tkTest.obj \
$(TMP_DIR)\tkSquare.obj \
$(TMP_DIR)\testMain.obj \
- $(TMP_DIR)\tkWinTest.obj \
- $(TCLTMP_DIR)\tclThreadTest.obj
+ $(TMP_DIR)\tkWinTest.obj
XLIBOBJS = \
$(TMP_DIR)\xcolors.obj \