Skip to content

Commit 2184b64

Browse files
committed
- adapted build scripts therefore - removed superfluous tcl copy under ..\PythonScript\PythonLib\tcl\tcl
1 parent caf5233 commit 2184b64

File tree

1,496 files changed

+47746
-138540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,496 files changed

+47746
-138540
lines changed

PythonLib/tcl/_tkinter.pyd

-120 KB
Binary file not shown.

PythonLib/tcl/dde1.3/pkgIndex.tcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
if {![package vsatisfies [package provide Tcl] 8]} {return}
2-
if {[string compare $::tcl_platform(platform) windows]} {return}
1+
if {![package vsatisfies [package provide Tcl] 8]} return
2+
if {[info sharedlibextension] != ".dll"} return
33
if {[info exists ::tcl_platform(debug)]} {
4-
package ifneeded dde 1.3.2 [list load [file join $dir tcldde13g.dll] dde]
4+
package ifneeded dde 1.3.3 [list load [file join $dir tcldde13g.dll] dde]
55
} else {
6-
package ifneeded dde 1.3.2 [list load [file join $dir tcldde13.dll] dde]
6+
package ifneeded dde 1.3.3 [list load [file join $dir tcldde13.dll] dde]
77
}

PythonLib/tcl/reg1.2/pkgIndex.tcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
if {![package vsatisfies [package provide Tcl] 8]} {return}
2-
if {[string compare $::tcl_platform(platform) windows]} {return}
1+
if {![package vsatisfies [package provide Tcl] 8]} return
2+
if {[info sharedlibextension] != ".dll"} return
33
if {[info exists ::tcl_platform(debug)]} {
4-
package ifneeded registry 1.2.1 \
4+
package ifneeded registry 1.2.2 \
55
[list load [file join $dir tclreg12g.dll] registry]
66
} else {
7-
package ifneeded registry 1.2.1 \
7+
package ifneeded registry 1.2.2 \
88
[list load [file join $dir tclreg12.dll] registry]
99
}

PythonLib/tcl/tcl/dde1.3/pkgIndex.tcl

Lines changed: 0 additions & 7 deletions
This file was deleted.

PythonLib/tcl/tcl/reg1.2/pkgIndex.tcl

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)