From 505b7b3bc3371dfd163171710d5ee8e04b7a17d2 Mon Sep 17 00:00:00 2001 From: lfb Date: Sun, 13 Dec 1998 08:12:03 +0000 Subject: Cleaned up makefile.vc install target --- win/makefile.vc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/win/makefile.vc b/win/makefile.vc index 14b8e7d..6deb756 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.1.2.11 1998/12/11 00:55:53 stanton Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.1.2.12 1998/12/13 08:12:03 lfb Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -431,9 +431,9 @@ install-libraries: -@mkd $(SCRIPT_INSTALL_DIR)\http2.0 -@copy $(ROOT)\library\http2.0\http.tcl $(SCRIPT_INSTALL_DIR)\http2.0 -@copy $(ROOT)\library\http2.0\pkgIndex.tcl $(SCRIPT_INSTALL_DIR)\http2.0 - -@mkd $(SCRIPT_INSTALL_DIR)\opt0.1 - -@copy $(ROOT)\library\opt0.1\optparse.tcl $(SCRIPT_INSTALL_DIR)\opt0.1 - -@copy $(ROOT)\library\opt0.1\pkgIndex.tcl $(SCRIPT_INSTALL_DIR)\opt0.1 + -@mkd $(SCRIPT_INSTALL_DIR)\opt0.4 + -@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 $(ROOT)\library\history.tcl $(SCRIPT_INSTALL_DIR) -@copy $(ROOT)\library\init.tcl $(SCRIPT_INSTALL_DIR) @@ -442,6 +442,7 @@ install-libraries: -@copy $(ROOT)\library\safe.tcl $(SCRIPT_INSTALL_DIR) -@copy $(ROOT)\library\tclIndex $(SCRIPT_INSTALL_DIR) -@copy $(ROOT)\library\word.tcl $(SCRIPT_INSTALL_DIR) + -@copy $(ROOT)\library\auto.tcl $(SCRIPT_INSTALL_DIR) # # Special case object file targets -- cgit v0.12