diff options
author | surles <surles> | 1999-04-17 00:18:26 (GMT) |
---|---|---|
committer | surles <surles> | 1999-04-17 00:18:26 (GMT) |
commit | 7ef335cb1b504d531a013d66e510b8c2d48945cc (patch) | |
tree | acc43ce13f4904877c8889bfcf50d1b68ca3e16d /win/makefile.vc | |
parent | edef398a091868bf7168e0e350b5cb8010209f56 (diff) | |
download | tcl-7ef335cb1b504d531a013d66e510b8c2d48945cc.zip tcl-7ef335cb1b504d531a013d66e510b8c2d48945cc.tar.gz tcl-7ef335cb1b504d531a013d66e510b8c2d48945cc.tar.bz2 |
fixed bugs 1785 and 1799: decl header files not installed
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 25edd12..37eafbf 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.26 1999/04/16 00:48:07 stanton Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.27 1999/04/17 00:18:26 surles Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -469,6 +469,7 @@ package ifneeded dde 1.0 "load [list [file join $$dir .. $(TCLDDEDLLNAME)]] dde" -@copy "$(ROOT)\library\opt0.4\optparse.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4" -@copy "$(ROOT)\library\opt0.4\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4" -@copy "$(GENERICDIR)\tcl.h" "$(INCLUDE_INSTALL_DIR)" + -@copy "$(GENERICDIR)\tclDecls.h" "$(INCLUDE_INSTALL_DIR)" -@copy "$(ROOT)\library\history.tcl" "$(SCRIPT_INSTALL_DIR)" -@copy "$(ROOT)\library\init.tcl" "$(SCRIPT_INSTALL_DIR)" -@copy "$(ROOT)\library\ldAout.tcl" "$(SCRIPT_INSTALL_DIR)" |