summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorlfb <lfb>1998-12-13 08:12:03 (GMT)
committerlfb <lfb>1998-12-13 08:12:03 (GMT)
commit505b7b3bc3371dfd163171710d5ee8e04b7a17d2 (patch)
treecb8949503bc373083be7145307cce17a200edcf7 /win
parent37105aacb73238854bc8d7d8de7ce3050831ea6a (diff)
downloadtcl-505b7b3bc3371dfd163171710d5ee8e04b7a17d2.zip
tcl-505b7b3bc3371dfd163171710d5ee8e04b7a17d2.tar.gz
tcl-505b7b3bc3371dfd163171710d5ee8e04b7a17d2.tar.bz2
Cleaned up makefile.vc install target
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc9
1 files 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