Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file removed PythonLib/tcl/_tkinter.pyd
Binary file not shown.
8 changes: 4 additions & 4 deletions PythonLib/tcl/dde1.3/pkgIndex.tcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[string compare $::tcl_platform(platform) windows]} {return}
if {![package vsatisfies [package provide Tcl] 8]} return
if {[info sharedlibextension] != ".dll"} return
if {[info exists ::tcl_platform(debug)]} {
package ifneeded dde 1.3.2 [list load [file join $dir tcldde13g.dll] dde]
package ifneeded dde 1.3.3 [list load [file join $dir tcldde13g.dll] dde]
} else {
package ifneeded dde 1.3.2 [list load [file join $dir tcldde13.dll] dde]
package ifneeded dde 1.3.3 [list load [file join $dir tcldde13.dll] dde]
}
8 changes: 4 additions & 4 deletions PythonLib/tcl/reg1.2/pkgIndex.tcl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[string compare $::tcl_platform(platform) windows]} {return}
if {![package vsatisfies [package provide Tcl] 8]} return
if {[info sharedlibextension] != ".dll"} return
if {[info exists ::tcl_platform(debug)]} {
package ifneeded registry 1.2.1 \
package ifneeded registry 1.2.2 \
[list load [file join $dir tclreg12g.dll] registry]
} else {
package ifneeded registry 1.2.1 \
package ifneeded registry 1.2.2 \
[list load [file join $dir tclreg12.dll] registry]
}
7 changes: 0 additions & 7 deletions PythonLib/tcl/tcl/dde1.3/pkgIndex.tcl

This file was deleted.

9 changes: 0 additions & 9 deletions PythonLib/tcl/tcl/reg1.2/pkgIndex.tcl

This file was deleted.

Loading