diff options
author | surles <surles> | 1999-04-21 18:16:45 (GMT) |
---|---|---|
committer | surles <surles> | 1999-04-21 18:16:45 (GMT) |
commit | 7ab2eee54bc6371397693ad5a6610e8d5efc4cc8 (patch) | |
tree | ef9e0f2e9d84e84787a71ed5b2d822f6fefac901 /win/makefile.vc | |
parent | 7c9285dfe8c87bfddcbcd8edfed62cdf18575a60 (diff) | |
download | tcl-7ab2eee54bc6371397693ad5a6610e8d5efc4cc8.zip tcl-7ab2eee54bc6371397693ad5a6610e8d5efc4cc8.tar.gz tcl-7ab2eee54bc6371397693ad5a6610e8d5efc4cc8.tar.bz2 |
merged the parse changes between TclPro1.2 and Tcl8.1. Fixed bug in Windows makefile caused when the win/pkgIndex.tcl file was replaced
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index b40b844..984fa5a 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.28 1999/04/19 22:05:25 surles Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.29 1999/04/21 18:16:46 surles Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -322,7 +322,6 @@ tcltest: setup $(TCLTEST) dlls $(CAT16) $(CAT32) plugin: setup $(TCLPLUGINDLL) $(TCLSHP) install: install-binaries install-libraries test: setup $(TCLTEST) dlls $(CAT16) $(CAT32) - copy $(WINDIR)\pkgIndex.tcl $(OUTDIR) set TCL_LIBRARY=$(ROOT)/library $(TCLTEST) << "$(TCLREGDLL)" load [lindex $$argv 0] registry |