diff options
author | Steve Dower <steve.dower@python.org> | 2023-01-26 20:47:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-26 20:47:24 (GMT) |
commit | 8d18d1ffd52eb3917c4566b09596d596116a5532 (patch) | |
tree | 5ebc938d15837dac7759cd38d76ffd5f099167db /PCbuild/_tkinter.vcxproj | |
parent | 9f2c479eaf7d922746ef2f3c85b5c781757686b1 (diff) | |
download | cpython-8d18d1ffd52eb3917c4566b09596d596116a5532.zip cpython-8d18d1ffd52eb3917c4566b09596d596116a5532.tar.gz cpython-8d18d1ffd52eb3917c4566b09596d596116a5532.tar.bz2 |
gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)
Diffstat (limited to 'PCbuild/_tkinter.vcxproj')
-rw-r--r-- | PCbuild/_tkinter.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/_tkinter.vcxproj b/PCbuild/_tkinter.vcxproj index af813b7..30cedcb 100644 --- a/PCbuild/_tkinter.vcxproj +++ b/PCbuild/_tkinter.vcxproj @@ -111,6 +111,7 @@ <ItemGroup> <_TclTkDLL Include="$(tcltkdir)\bin\$(tclDllName)" /> <_TclTkDLL Include="$(tcltkdir)\bin\$(tkDllName)" /> + <_TclTkDLL Include="$(tcltkdir)\bin\$(tclZlibDllName)" /> </ItemGroup> <ItemGroup> <ProjectReference Include="pythoncore.vcxproj"> |