summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-05 20:29:04 (GMT)
committerstanton <stanton>1999-05-05 20:29:04 (GMT)
commit4d76b1c40d97515efc6c163229e156ac1ab5be2b (patch)
tree8be07c2079f6d04b915ac4371616073dbaf08e9f
parent1c648c91432e154da4099cf32a8e87f0a24d50d9 (diff)
downloadtcl-4d76b1c40d97515efc6c163229e156ac1ab5be2b.zip
tcl-4d76b1c40d97515efc6c163229e156ac1ab5be2b.tar.gz
tcl-4d76b1c40d97515efc6c163229e156ac1ab5be2b.tar.bz2
* win/makefile.vc: Added encoding directory to install-libraries
target.
-rw-r--r--win/makefile.vc5
1 files changed, 4 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index f183e4c..39e8efe 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.31 1999/04/30 23:35:41 stanton Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.32 1999/05/05 20:29:04 stanton Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -475,6 +475,9 @@ install-libraries:
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\reg1.0"
-@copy "$(TCLREGDLL)" "$(SCRIPT_INSTALL_DIR)\reg1.0"
-@copy "$(ROOT)\library\reg1.0\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\reg1.0"
+ @echo installing encoding files
+ -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\encoding"
+ -@copy "$(ROOT)\library\encoding\*.enc" "$(SCRIPT_INSTALL_DIR)\encoding"
@echo installing library files
-@copy "$(GENERICDIR)\tcl.h" "$(INCLUDE_INSTALL_DIR)"
-@copy "$(GENERICDIR)\tclDecls.h" "$(INCLUDE_INSTALL_DIR)"