diff options
author | hershey <hershey> | 1999-03-12 22:40:45 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-03-12 22:40:45 (GMT) |
commit | cb90932561859e4ced26d2d435734bfbd0254060 (patch) | |
tree | ba848dc331e9608bf5a8a752ece53f59fa94e445 | |
parent | 865dc228cf63e3459f77010f1ce2f825ef4f0824 (diff) | |
download | tk-cb90932561859e4ced26d2d435734bfbd0254060.zip tk-cb90932561859e4ced26d2d435734bfbd0254060.tar.gz tk-cb90932561859e4ced26d2d435734bfbd0254060.tar.bz2 |
"make test" pipes output to "CAT32" which is xterm.
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index b58ff6f..c2e19e8 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -4,7 +4,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Copyright (c) 1995-1997 Sun Microsystems, Inc. -# RCS: @(#) $Id: makefile.vc,v 1.1.4.16 1999/03/11 23:48:11 hershey Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.1.4.17 1999/03/12 22:40:45 hershey Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -339,7 +339,7 @@ tktest: setup $(TKTEST) $(CAT32) test: setup $(TKTEST) $(TKLIB) $(CAT32) set TCL_LIBRARY=$(TCLDIR)/library set PATH=$(TCLDIR)\win\$(TMPDIRNAME);$(PATH) - $(TKTEST) $(ROOT)/tests/all.tcl + $(TKTEST) $(ROOT)/tests/all.tcl | $(CAT32) # copy $(TCLDIR)\bin\pkgIndex.tcl $(OUTDIR) |