summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
blob: ce8276b2c6e80c0fa3f369fd880c064b0b3aaad9 (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.0b1 [list load [file join $dir tcldde14g.dll] dde]
} else {
    package ifneeded dde 1.4.0b1 [list load [file join $dir tcldde14.dll] dde]
}