File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change
1
+ Update Tcl and Tk to 8.6.10 in Windows installer.
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ set libraries=%libraries% bzip2-1.0.6
55
55
if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi
56
56
if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1g
57
57
set libraries = %libraries% sqlite-3.33.0.0
58
- if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.9 .0
59
- if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.9 .0
58
+ if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.10 .0
59
+ if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.10 .0
60
60
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tix-8.4.3.6
61
61
set libraries = %libraries% xz-5.2.2
62
62
set libraries = %libraries% zlib-1.2.11
@@ -78,7 +78,7 @@ echo.Fetching external binaries...
78
78
set binaries =
79
79
if NOT " %IncludeLibffi% " == " false" set binaries = %binaries% libffi
80
80
if NOT " %IncludeSSL% " == " false" set binaries = %binaries% openssl-bin-1.1.1g
81
- if NOT " %IncludeTkinter% " == " false" set binaries = %binaries% tcltk-8.6.9 .0
81
+ if NOT " %IncludeTkinter% " == " false" set binaries = %binaries% tcltk-8.6.10 .0
82
82
if NOT " %IncludeSSLSrc% " == " false" set binaries = %binaries% nasm-2.11.06
83
83
84
84
for %%b in (%binaries% ) do (
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<TclMajorVersion >8</TclMajorVersion >
6
6
<TclMinorVersion >6</TclMinorVersion >
7
- <TclPatchLevel >9 </TclPatchLevel >
7
+ <TclPatchLevel >10 </TclPatchLevel >
8
8
<TclRevision >0</TclRevision >
9
9
<TkMajorVersion >$(TclMajorVersion)</TkMajorVersion >
10
10
<TkMinorVersion >$(TclMinorVersion)</TkMinorVersion >
36
36
<BuildDirTop >Release</BuildDirTop >
37
37
<BuildDirTop Condition =" $(Configuration) == 'Debug'" >Debug</BuildDirTop >
38
38
<BuildDirTop Condition =" $(TclMachine) != 'IX86'" >$(BuildDirTop)_$(TclMachine)</BuildDirTop >
39
- <BuildDirTop Condition =" $(PlatformToolset) == 'v141'" >$(BuildDirTop)_VC13</BuildDirTop >
40
- <BuildDirTop Condition =" $(PlatformToolset) == 'v140'" >$(BuildDirTop)_VC13</BuildDirTop >
39
+ <BuildDirTop Condition =" $(PlatformToolset.StartsWith('v14'))" >$(BuildDirTop)_VC13</BuildDirTop >
41
40
<BuildDirTop Condition =" $(PlatformToolset) == 'v120'" >$(BuildDirTop)_VC12</BuildDirTop >
42
41
<BuildDirTop Condition =" $(PlatformToolset) == 'v110'" >$(BuildDirTop)_VC11</BuildDirTop >
43
42
<BuildDirTop Condition =" $(PlatformToolset) == 'v100'" >$(BuildDirTop)_VC10</BuildDirTop >
You can’t perform that action at this time.
0 commit comments