From 282671282b20fa17ab9dbbaba9d1cf2246b5029d Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Mon, 17 Aug 2009 23:31:36 +0000 Subject: merge in new tcl implementation by Steiner & Chun svn path=/trunk/; revision=11934 --- pd/tcl/pkg_mkIndex.tcl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 pd/tcl/pkg_mkIndex.tcl (limited to 'pd/tcl/pkg_mkIndex.tcl') diff --git a/pd/tcl/pkg_mkIndex.tcl b/pd/tcl/pkg_mkIndex.tcl new file mode 100755 index 00000000..12f3ba47 --- /dev/null +++ b/pd/tcl/pkg_mkIndex.tcl @@ -0,0 +1,9 @@ +#!/usr/bin/tclsh + +puts stdout "Watch out, this doesn't work on packages with namespace import" +pkg_mkIndex -verbose -- [pwd] *.tcl *.[info sharedlibextension] + +## this currently needs to be added to pkg_mkIndex manually, ug +#package ifneeded pd_menus 0.1 [list source [file join $dir pd_menus.tcl]] + + -- cgit v1.2.1