Attempt at fixing issue #19

This commit is contained in:
Dilan Boskan
2020-11-09 21:58:55 +01:00
committed by GitHub
parent 3ffce41a03
commit 08e21bdbf0
32 changed files with 7910 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#
# Tcl package index file
#
package ifneeded tkdnd 2.9.2 \
"source \{$dir/tkdnd.tcl\} ; \
tkdnd::initialise \{$dir\} libtkdnd2.9.2.so tkdnd"
package ifneeded tkdnd::utils 2.9.2 \
"source \{$dir/tkdnd_utils.tcl\} ; \
package provide tkdnd::utils 2.9.2"