Initial class construction
This commit is contained in:
7
Git/mingw64/lib/dde1.4/pkgIndex.tcl
Normal file
7
Git/mingw64/lib/dde1.4/pkgIndex.tcl
Normal file
@ -0,0 +1,7 @@
|
||||
if {([info commands ::tcl::pkgconfig] eq "")
|
||||
|| ([info sharedlibextension] ne ".dll")} return
|
||||
if {[::tcl::pkgconfig get debug]} {
|
||||
package ifneeded dde 1.4.1 [list load [file join $dir tcldde14g.dll] dde]
|
||||
} else {
|
||||
package ifneeded dde 1.4.1 [list load [file join $dir tcldde14.dll] dde]
|
||||
}
|
Reference in New Issue
Block a user