diff options
author | davygrvy <davygrvy@noemail.net> | 2002-12-10 22:06:08 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@noemail.net> | 2002-12-10 22:06:08 (GMT) |
commit | fedfaf14e0f5772c2b2ef06158cfff014ea1eab6 (patch) | |
tree | 0540ed3e7f8d6ac9c0b7ae5bb1d32821077fb480 /win | |
parent | 69b4bada89cf90b93a13beaf625f4412d9778182 (diff) | |
download | tk-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
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 5 |
1 files changed, 2 insertions, 3 deletions
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 \ |