summaryrefslogtreecommitdiffstats
path: root/library/platform/pkgIndex.tcl
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-10-23 19:22:23 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-10-23 19:22:23 (GMT)
commit2cf3aa02dee40bb7023ecf5a2b50f52bb193ba74 (patch)
tree06a53eaf276d5dce4aec2fd1af20345898c44e43 /library/platform/pkgIndex.tcl
parent6e5f5cf6aa1b14b180e83744d92fa4639c49a587 (diff)
downloadtcl-2cf3aa02dee40bb7023ecf5a2b50f52bb193ba74.zip
tcl-2cf3aa02dee40bb7023ecf5a2b50f52bb193ba74.tar.gz
tcl-2cf3aa02dee40bb7023ecf5a2b50f52bb193ba74.tar.bz2
* library/platform/pkgIndex.tcl: Backported the platform packages
* library/platform/platform.tcl: from head and8.5 into the 8.4 * library/platform/shell.tcl: branch. Updated makefiles to install * unix/Makfile.in: the packages. * win/Makefile.in:
Diffstat (limited to 'library/platform/pkgIndex.tcl')
-rw-r--r--library/platform/pkgIndex.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/platform/pkgIndex.tcl b/library/platform/pkgIndex.tcl
new file mode 100644
index 0000000..0b69432
--- /dev/null
+++ b/library/platform/pkgIndex.tcl
@@ -0,0 +1,3 @@
+package ifneeded platform 1.0.5 [list source [file join $dir platform.tcl]]
+package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]]
+