summaryrefslogtreecommitdiffstats
path: root/PCbuild/_tkinter.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2023-01-26 20:47:24 (GMT)
committerGitHub <noreply@github.com>2023-01-26 20:47:24 (GMT)
commit8d18d1ffd52eb3917c4566b09596d596116a5532 (patch)
tree5ebc938d15837dac7759cd38d76ffd5f099167db /PCbuild/_tkinter.vcxproj
parent9f2c479eaf7d922746ef2f3c85b5c781757686b1 (diff)
downloadcpython-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.vcxproj1
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">