summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2012-09-19 20:31:48 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2012-09-19 20:31:48 (GMT)
commit33e312c3474995406bb79967c7f66ced2adca105 (patch)
tree06a268612bdacc7fd73173f1f69c9b284d894b0e /win/Makefile.in
parent562176ad5a881a5f92f2985feab5401c375d559a (diff)
downloadtcl-33e312c3474995406bb79967c7f66ced2adca105.zip
tcl-33e312c3474995406bb79967c7f66ced2adca105.tar.gz
tcl-33e312c3474995406bb79967c7f66ced2adca105.tar.bz2
TIP#399 implementation: mcconfig may add additional glob pattern for mcload
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index bef71c0..8ea4f0a 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -647,8 +647,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \
done;
- @echo "Installing package msgcat 1.5.0 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.0.tm;
+ @echo "Installing package msgcat 1.6.0 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.6.0.tm;
@echo "Installing package tcltest 2.3.4 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.4.tm;
@echo "Installing package platform 1.0.10 as a Tcl Module";