mirror of https://github.com/python/cpython
gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)
This commit is contained in:
parent
9f2c479eaf
commit
8d18d1ffd5
|
@ -0,0 +1 @@
|
||||||
|
Updates bundled copy of Tcl/Tk to 8.6.13.0
|
|
@ -35,7 +35,7 @@ TEST_DIRS_ONLY = FileNameSet("test", "tests")
|
||||||
|
|
||||||
IDLE_DIRS_ONLY = FileNameSet("idlelib")
|
IDLE_DIRS_ONLY = FileNameSet("idlelib")
|
||||||
|
|
||||||
TCLTK_PYDS_ONLY = FileStemSet("tcl*", "tk*", "_tkinter")
|
TCLTK_PYDS_ONLY = FileStemSet("tcl*", "tk*", "_tkinter", "zlib1")
|
||||||
TCLTK_DIRS_ONLY = FileNameSet("tkinter", "turtledemo")
|
TCLTK_DIRS_ONLY = FileNameSet("tkinter", "turtledemo")
|
||||||
TCLTK_FILES_ONLY = FileNameSet("turtle.py")
|
TCLTK_FILES_ONLY = FileNameSet("turtle.py")
|
||||||
|
|
||||||
|
|
|
@ -111,6 +111,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<_TclTkDLL Include="$(tcltkdir)\bin\$(tclDllName)" />
|
<_TclTkDLL Include="$(tcltkdir)\bin\$(tclDllName)" />
|
||||||
<_TclTkDLL Include="$(tcltkdir)\bin\$(tkDllName)" />
|
<_TclTkDLL Include="$(tcltkdir)\bin\$(tkDllName)" />
|
||||||
|
<_TclTkDLL Include="$(tcltkdir)\bin\$(tclZlibDllName)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="pythoncore.vcxproj">
|
<ProjectReference Include="pythoncore.vcxproj">
|
||||||
|
|
|
@ -55,8 +55,8 @@ set libraries=%libraries% bzip2-1.0.8
|
||||||
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.3
|
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.3
|
||||||
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1s
|
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1s
|
||||||
set libraries=%libraries% sqlite-3.39.4.0
|
set libraries=%libraries% sqlite-3.39.4.0
|
||||||
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.12.1
|
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.13.0
|
||||||
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.12.1
|
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.13.0
|
||||||
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6
|
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6
|
||||||
set libraries=%libraries% xz-5.2.5
|
set libraries=%libraries% xz-5.2.5
|
||||||
set libraries=%libraries% zlib-1.2.13
|
set libraries=%libraries% zlib-1.2.13
|
||||||
|
@ -78,7 +78,7 @@ echo.Fetching external binaries...
|
||||||
set binaries=
|
set binaries=
|
||||||
if NOT "%IncludeLibffi%"=="false" set binaries=%binaries% libffi-3.4.3
|
if NOT "%IncludeLibffi%"=="false" set binaries=%binaries% libffi-3.4.3
|
||||||
if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1s
|
if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1s
|
||||||
if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.12.1
|
if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.13.0
|
||||||
if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06
|
if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06
|
||||||
|
|
||||||
for %%b in (%binaries%) do (
|
for %%b in (%binaries%) do (
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TclMajorVersion>8</TclMajorVersion>
|
<TclMajorVersion>8</TclMajorVersion>
|
||||||
<TclMinorVersion>6</TclMinorVersion>
|
<TclMinorVersion>6</TclMinorVersion>
|
||||||
<TclPatchLevel>12</TclPatchLevel>
|
<TclPatchLevel>13</TclPatchLevel>
|
||||||
<TclRevision>1</TclRevision>
|
<TclRevision>0</TclRevision>
|
||||||
<TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
|
<TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
|
||||||
<TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>
|
<TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>
|
||||||
<TkPatchLevel>$(TclPatchLevel)</TkPatchLevel>
|
<TkPatchLevel>$(TclPatchLevel)</TkPatchLevel>
|
||||||
|
@ -27,6 +27,7 @@
|
||||||
<tclShExeName>tclsh$(TclMajorVersion)$(TclMinorVersion)t$(TclDebugExt).exe</tclShExeName>
|
<tclShExeName>tclsh$(TclMajorVersion)$(TclMinorVersion)t$(TclDebugExt).exe</tclShExeName>
|
||||||
<tkDLLName>tk$(TkMajorVersion)$(TkMinorVersion)t$(TclDebugExt).dll</tkDLLName>
|
<tkDLLName>tk$(TkMajorVersion)$(TkMinorVersion)t$(TclDebugExt).dll</tkDLLName>
|
||||||
<tkLibName>tk$(TkMajorVersion)$(TkMinorVersion)t$(TclDebugExt).lib</tkLibName>
|
<tkLibName>tk$(TkMajorVersion)$(TkMinorVersion)t$(TclDebugExt).lib</tkLibName>
|
||||||
|
<tclZlibDLLName>zlib1.dll</tclZlibDLLName>
|
||||||
<tixDLLName>tix$(TixMajorVersion)$(TixMinorVersion)$(TclDebugExt).dll</tixDLLName>
|
<tixDLLName>tix$(TixMajorVersion)$(TixMinorVersion)$(TclDebugExt).dll</tixDLLName>
|
||||||
<tixDLLPath>$(tcltkDir)lib\tix$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel)\$(tixDLLName)</tixDLLPath>
|
<tixDLLPath>$(tcltkDir)lib\tix$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel)\$(tixDLLName)</tixDLLPath>
|
||||||
<tcltkLib>$(tcltkDir)lib\tcl$(TclMajorVersion)$(TclMinorVersion)t$(TclDebugExt).lib;$(tcltkDir)lib\tk$(TkMajorVersion)$(TkMinorVersion)t$(TclDebugExt).lib</tcltkLib>
|
<tcltkLib>$(tcltkDir)lib\tcl$(TclMajorVersion)$(TclMinorVersion)t$(TclDebugExt).lib;$(tcltkDir)lib\tk$(TkMajorVersion)$(TkMinorVersion)t$(TclDebugExt).lib</tcltkLib>
|
||||||
|
|
|
@ -16,6 +16,9 @@
|
||||||
<Component Id="tk86t.dll" Directory="DLLs" Guid="*">
|
<Component Id="tk86t.dll" Directory="DLLs" Guid="*">
|
||||||
<File Name="tk86t.dll" KeyPath="yes" />
|
<File Name="tk86t.dll" KeyPath="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
|
<Component Id="zlib1.dll" Directory="DLLs" Guid="*">
|
||||||
|
<File Name="zlib1.dll" KeyPath="yes" />
|
||||||
|
</Component>
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue