diff options
author | andreask <andreask> | 2011-06-22 16:22:42 (GMT) |
---|---|---|
committer | andreask <andreask> | 2011-06-22 16:22:42 (GMT) |
commit | a3c70e61193225adc5c6ca5acfb3aea8eaba2ffa (patch) | |
tree | 755a8d586d8ee259d76885c24544ba633e6c5270 /win | |
parent | 0a5f3d1474167d8574ec5ab7ff4bdbae18036a95 (diff) | |
parent | 83da5e73e763a2bf93d98676168b3e5a7a02d014 (diff) | |
download | tcl-a3c70e61193225adc5c6ca5acfb3aea8eaba2ffa.zip tcl-a3c70e61193225adc5c6ca5acfb3aea8eaba2ffa.tar.gz tcl-a3c70e61193225adc5c6ca5acfb3aea8eaba2ffa.tar.bz2 |
Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH location change for libc.
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 6308165..b48f1f4 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -649,8 +649,8 @@ install-libraries: libraries install-tzdata install-msgs @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.4.4.tm; @echo "Installing package tcltest 2.3.3 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.3.tm; - @echo "Installing package platform 1.0.9 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.9.tm; + @echo "Installing package platform 1.0.10 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.10.tm; @echo "Installing package platform::shell 1.1.4 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/platform/shell.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform/shell-1.1.4.tm; @echo "Installing encodings"; |