diff options
Diffstat (limited to 'library/platform/pkgIndex.tcl')
-rw-r--r-- | library/platform/pkgIndex.tcl | 3 |
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]] + |