python-2.5.2/win32/tcl/dde1.2/pkgIndex.tcl
changeset 0 ae805ac0140d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python-2.5.2/win32/tcl/dde1.2/pkgIndex.tcl	Fri Apr 03 17:19:34 2009 +0100
@@ -0,0 +1,7 @@
+if {![package vsatisfies [package provide Tcl] 8]} {return}
+if {[string compare $::tcl_platform(platform) windows]} {return}
+if {[info exists ::tcl_platform(debug)]} {
+    package ifneeded dde 1.2.3 [list load [file join $dir tcldde12g.dll] dde]
+} else {
+    package ifneeded dde 1.2.3 [list load [file join $dir tcldde12.dll] dde]
+}