diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2012-09-19 20:31:48 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2012-09-19 20:31:48 (GMT) |
commit | c2423634f23817171376e31b484153c6949f63d8 (patch) | |
tree | 06a268612bdacc7fd73173f1f69c9b284d894b0e /win/Makefile.in | |
parent | e429c4834286c71bc1563a68141c8dcc743e3f3f (diff) | |
download | tcl-c2423634f23817171376e31b484153c6949f63d8.zip tcl-c2423634f23817171376e31b484153c6949f63d8.tar.gz tcl-c2423634f23817171376e31b484153c6949f63d8.tar.bz2 |
TIP#399 implementation: mcconfig may add additional glob pattern for mcload
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 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"; |