diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-14 12:09:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-14 12:09:19 (GMT) |
commit | dc0e05561894f15a75d274d8868bc4405d4b206b (patch) | |
tree | 36309231dfe235cdb8dc5519c3b1007e2ee33419 /win | |
parent | 715f2a416119bf40f0fd4cb42894f329bc69029e (diff) | |
parent | 2ba17918f72d6f2f0042928facbc0563a52c3b54 (diff) | |
download | tcl-dc0e05561894f15a75d274d8868bc4405d4b206b.zip tcl-dc0e05561894f15a75d274d8868bc4405d4b206b.tar.gz tcl-dc0e05561894f15a75d274d8868bc4405d4b206b.tar.bz2 |
[Bug 3604576]: msgcat-1.5.0.tm error on windows XP
Diffstat (limited to 'win')
-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 e61fed8..3f8b02f 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -649,8 +649,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"; |