summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorredman <redman>1999-07-13 22:23:44 (GMT)
committerredman <redman>1999-07-13 22:23:44 (GMT)
commit20317564b93519a34429e3c276553da52f042dae (patch)
treec64b8824603df005185359b27a4e0e17d467e69d /win/makefile.vc
parentdff386f7a7bd202aa409d20e4512b65af07ac24f (diff)
downloadtcl-20317564b93519a34429e3c276553da52f042dae.zip
tcl-20317564b93519a34429e3c276553da52f042dae.tar.gz
tcl-20317564b93519a34429e3c276553da52f042dae.tar.bz2
Makefile.in: fixed cat32.exe build
makefile.vc: fixed calling tcltest.exe
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc7
1 files changed, 2 insertions, 5 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index e9c6b0c..f7a2a76 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -6,7 +6,7 @@
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
#
-# RCS: @(#) $Id: makefile.vc,v 1.37 1999/07/11 20:29:57 redman Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.38 1999/07/13 22:23:45 redman Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -323,10 +323,7 @@ plugin: setup $(TCLPLUGINDLL) $(TCLSHP)
install: install-binaries install-libraries
test: setup $(TCLTEST) dlls $(CAT16) $(CAT32)
set TCL_LIBRARY=$(ROOT)/library
- $(TCLTEST) << "$(TCLREGDLL)"
- load [lindex $$argv 0] registry
- source $(ROOT)/tests/all.tcl
-<<
+ $(TCLTEST) $(ROOT)/tests/all.tcl
setup:
@$(MKDIR) $(TMPDIR)