/share/tcltk: add private .gitignore
[msysgit.git] / mingw / lib / dde1.2 / pkgIndex.tcl
blobf993012bc24602c4b406a71ca7c043174328a7ab
1 if {![package vsatisfies [package provide Tcl] 8]} {return}
2 if {[string compare $::tcl_platform(platform) windows]} {return}
3 if {[info exists ::tcl_platform(debug)]} {
4 package ifneeded dde 1.2.4 [list load [file join $dir tcldde12g.dll] dde]
5 } else {
6 package ifneeded dde 1.2.4 [list load [file join $dir tcldde12.dll] dde]