summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-08 13:50:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-08 13:50:06 (GMT)
commit2c8604178c0e8b9dcde646dec80f3552cb4ec37e (patch)
tree6097068c779fa97b8d100bd0e78892fe070e9a03 /win/makefile.bc
parent80f1ebbe88f5aa59e5c8fbb2a45095e7ebbae5a0 (diff)
parent9805b9b12379977e26417a591ede1c4ec7e7454d (diff)
downloadtcl-2c8604178c0e8b9dcde646dec80f3552cb4ec37e.zip
tcl-2c8604178c0e8b9dcde646dec80f3552cb4ec37e.tar.gz
tcl-2c8604178c0e8b9dcde646dec80f3552cb4ec37e.tar.bz2
Missing bits of the msgcat 1.4 -> 1.5 bump.
Diffstat (limited to 'win/makefile.bc')
-rw-r--r--win/makefile.bc8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index d17c624..18bfa28 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -433,10 +433,10 @@ install-libraries:
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\opt0.4"
-@copy "$(ROOT)\library\opt\optparse.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4"
-@copy "$(ROOT)\library\opt\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4"
- @echo installing msgcat1.4
- -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
- -@copy "$(ROOT)\library\msgcat\msgcat.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
- -@copy "$(ROOT)\library\msgcat\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
+ @echo installing msgcat1.5
+ -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\msgcat1.5"
+ -@copy "$(ROOT)\library\msgcat\msgcat.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.5"
+ -@copy "$(ROOT)\library\msgcat\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.5"
@echo installing tcltest2.3
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\tcltest2.3"
-@copy "$(ROOT)\library\tcltest\tcltest.tcl" "$(SCRIPT_INSTALL_DIR)\tcltest2.3"