summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-01-31 22:27:52 (GMT)
committerdgp <dgp@noemail.net>2001-01-31 22:27:52 (GMT)
commit04aee12ed75b5042233d11a46a033760572df705 (patch)
treeac540fb988881a592f81cdb73ede9c6b336a9205 /win/makefile.vc
parent16ab78e1c83ea1250c14e11e6c19b82ee66fd050 (diff)
downloadtcl-04aee12ed75b5042233d11a46a033760572df705.zip
tcl-04aee12ed75b5042233d11a46a033760572df705.tar.gz
tcl-04aee12ed75b5042233d11a46a033760572df705.tar.bz2
2000-01-31 Don Porter <dgp@users.sourceforge.net>
* win/makefile.vc (install-libraries): Corrected misdirected install directory for the msgcat 1.2 package. FossilOrigin-Name: 39a7ef8b25d6aeacf3fc1c487b3f68853e16376f
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 924e3a9..18c57ec 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -6,7 +6,7 @@
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
# Copyright (c) 1998-2000 Ajuba Solutions.
#
-# RCS: @(#) $Id: makefile.vc,v 1.59 2000/11/03 21:23:28 hobbs Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.60 2001/01/31 22:27:53 dgp Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -399,8 +399,8 @@ install-libraries:
-@copy "$(ROOT)\library\opt\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4"
@echo installing msgcat1.2
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\msgcat1.2"
- -@copy "$(ROOT)\library\msgcat\msgcat.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.0"
- -@copy "$(ROOT)\library\msgcat\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.0"
+ -@copy "$(ROOT)\library\msgcat\msgcat.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.2"
+ -@copy "$(ROOT)\library\msgcat\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.2"
@echo installing $(TCLDDEDLLNAME)
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\dde1.1"
-@copy "$(TCLDDEDLL)" "$(SCRIPT_INSTALL_DIR)\dde1.1"