diff options
author | andreask <andreask> | 2014-08-01 19:50:11 (GMT) |
---|---|---|
committer | andreask <andreask> | 2014-08-01 19:50:11 (GMT) |
commit | 2a7d494c84c347710e0d9784a7cd62031baf9b8f (patch) | |
tree | cbddf4e81b4806c79e0c071715c22da57f51d541 /win | |
parent | 1078c19b40369fb07d6aeb23f32f72326e46fa18 (diff) | |
parent | 5a669c8fbb45b3321f07482c114152486d0600bf (diff) | |
download | tcl-2a7d494c84c347710e0d9784a7cd62031baf9b8f.zip tcl-2a7d494c84c347710e0d9784a7cd62031baf9b8f.tar.gz tcl-2a7d494c84c347710e0d9784a7cd62031baf9b8f.tar.bz2 |
Updated package "platform" to version 1.0.13. Separated the
identifiers "macosx*-i386-x86_64" and "macosx-universal" as
incompatible with each other.
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 2f6b853..150f5b8 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -652,8 +652,8 @@ install-libraries: libraries install-tzdata install-msgs @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.2.tm; @echo "Installing package tcltest 2.3.8 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.8.tm; - @echo "Installing package platform 1.0.12 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.12.tm; + @echo "Installing package platform 1.0.13 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.13.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"; |