summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
blob: 114dee6d209acb7b2158a9588029afb709baefb6 (plain)
1
2
3
4
5
6
7
if {![package vsatisfies [package provide Tcl] 8]} return
if {[info sharedlibextension] != ".dll"} return
if {[info exists ::tcl_platform(debug)]} {
    package ifneeded dde 1.3.3 [list load [file join $dir tcldde13g.dll] dde]
} else {
    package ifneeded dde 1.3.3 [list load [file join $dir tcldde13.dll] dde]
}