diff options
Diffstat (limited to 'library/dde1.1/pkgIndex.tcl')
-rw-r--r-- | library/dde1.1/pkgIndex.tcl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/library/dde1.1/pkgIndex.tcl b/library/dde1.1/pkgIndex.tcl deleted file mode 100644 index f818736..0000000 --- a/library/dde1.1/pkgIndex.tcl +++ /dev/null @@ -1,5 +0,0 @@ -if {[info exists tcl_platform(debug)]} { - package ifneeded dde 1.1 [list load [file join $dir tcldde83d.dll] dde] -} else { - package ifneeded dde 1.1 [list load [file join $dir tcldde83.dll] dde] -} |