summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
blob: 4cf73d0cdf888e59fad9dcdfac7f0105c4562de4 (plain)
1
2
3
4
5
6
7
if {([info commands ::tcl::pkgconfig] eq "")
	|| ([info sharedlibextension] ne ".dll")} return
if {[::tcl::pkgconfig get debug]} {
    package ifneeded dde 1.4.0 [list load [file join $dir tcldde14g.dll] dde]
} else {
    package ifneeded dde 1.4.0 [list load [file join $dir tcldde14.dll] dde]
}