From 9708a6b49c268ebfe21935663a6b22f0ffa08d1d Mon Sep 17 00:00:00 2001 From: stanton Date: Tue, 2 Feb 1999 23:01:15 +0000 Subject: Changed to pass registry dll path into test script so the test doesn't depend on being able to find a working pkgIndex.tcl file --- win/makefile.vc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/win/makefile.vc b/win/makefile.vc index 366e49f..1d3e2b3 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-1996 Sun Microsystems, Inc. -# RCS: @(#) $Id: makefile.vc,v 1.22 1999/01/06 21:08:51 stanton Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.23 1999/02/02 23:01:15 stanton Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -298,7 +298,8 @@ install: install-binaries install-libraries test: setup $(TCLTEST) dlls $(CAT16) $(CAT32) copy $(WINDIR)\pkgIndex.tcl $(OUTDIR) set TCL_LIBRARY=$(ROOT)/library - $(TCLTEST) << + $(TCLTEST) << "$(TCLREGDLL)" + load [lindex $$argv 0] registry cd ../tests source all << -- cgit v0.12