Install Subversion 1.6.3
[msysgit.git] / mingw / lib / dde1.3 / pkgIndex.tcl
blob3125ada425389add46801263ba2b8c4c1677e522
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.3.2 [list load [file join $dir tcldde13g.dll] dde]
5 } else {
6 package ifneeded dde 1.3.2 [list load [file join $dir tcldde13.dll] dde]