diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-14 12:11:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-14 12:11:55 (GMT) |
commit | bccae36a357814eb079892bd1b48273df4e829b1 (patch) | |
tree | e8bf5eb5e9c8ffc6245d70e409d8956aa2cdc994 /win/Makefile.in | |
parent | b7c77d16c04f4103a7a932fd3a2adc8380754341 (diff) | |
parent | dc0e05561894f15a75d274d8868bc4405d4b206b (diff) | |
download | tcl-bccae36a357814eb079892bd1b48273df4e829b1.zip tcl-bccae36a357814eb079892bd1b48273df4e829b1.tar.gz tcl-bccae36a357814eb079892bd1b48273df4e829b1.tar.bz2 |
[Bug 3604576]: msgcat-1.5.0.tm error on windows XP
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 2764813..99009b9 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -646,8 +646,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.5.1 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.1.tm; @echo "Installing package tcltest 2.3.5 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.5.tm; @echo "Installing package platform 1.0.11 as a Tcl Module"; |