From 7ef335cb1b504d531a013d66e510b8c2d48945cc Mon Sep 17 00:00:00 2001 From: surles Date: Sat, 17 Apr 1999 00:18:26 +0000 Subject: fixed bugs 1785 and 1799: decl header files not installed --- tools/checkLibraryDoc.tcl | 6 +++--- win/makefile.vc | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/checkLibraryDoc.tcl b/tools/checkLibraryDoc.tcl index 5d64541..527dd2c 100755 --- a/tools/checkLibraryDoc.tcl +++ b/tools/checkLibraryDoc.tcl @@ -19,11 +19,11 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: checkLibraryDoc.tcl,v 1.3 1999/04/16 18:48:25 surles Exp $ +# RCS: @(#) $Id: checkLibraryDoc.tcl,v 1.4 1999/04/17 00:18:26 surles Exp $ -#lappend auto_path "c:/program\ files/tclpro1.2/win32-ix86/bin" -lappend auto_path "/home/surles/cvs/tclx8.0/tcl/unix" +lappend auto_path "c:/program\ files/tclpro1.2/win32-ix86/bin" +#lappend auto_path "/home/surles/cvs/tclx8.0/tcl/unix" if {[catch {package require Tclx}]} { puts "error: could not load TclX. Please set TCL_LIBRARY." exit 1 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)" -- cgit v0.12