Skip to content

Commit 132aecb

Browse files
committed
Issue python#24771: Adds vcruntime DLL to tcltk package
1 parent 0b64354 commit 132aecb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Tools/msi/tcltk/tcltk.wixproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
<Target_>DLLs\</Target_>
2828
<Group>tcltk_dlls</Group>
2929
</InstallFiles>
30+
<InstallFiles Include="$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\vcruntime$(PlatformToolset.Substring(1)).dll">
31+
<SourceBase>$(VCInstallDir)redist\$(Platform)\</SourceBase>
32+
<Source>$(VCInstallDir)redist\$(Platform)\</Source>
33+
<TargetBase>$(VCInstallDir)redist\$(Platform)\</TargetBase>
34+
<Target_>DLLs\</Target_>
35+
<Group>tcltk_dlls</Group>
36+
</InstallFiles>
3037

3138
<InstallFiles Include="$(tcltkDir)lib\**\*">
3239
<SourceBase>$(tcltkDir)</SourceBase>

0 commit comments

Comments
 (0)