mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-12-03 03:27:20 +01:00
11 lines
267 B
Tcl
11 lines
267 B
Tcl
|
#
|
||
|
# Tcl package index file
|
||
|
#
|
||
|
package ifneeded tkdnd 2.9.2 \
|
||
|
"source \{$dir/tkdnd.tcl\} ; \
|
||
|
tkdnd::initialise \{$dir\} libtkdnd2.9.2.dylib tkdnd"
|
||
|
|
||
|
package ifneeded tkdnd::utils 2.9.2 \
|
||
|
"source \{$dir/tkdnd_utils.tcl\} ; \
|
||
|
package provide tkdnd::utils 2.9.2"
|