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