diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-03 23:21:12 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-03 23:21:12 (GMT) |
commit | 132aecb142dc91b515d36bedd5d7aebd01140fb7 (patch) | |
tree | 7ba7e80b7182a4765f7ab95d1e756577498951d5 /Tools | |
parent | 0b64354e1498e6b058d6445b7a9f7bad36d96c28 (diff) | |
download | cpython-132aecb142dc91b515d36bedd5d7aebd01140fb7.zip cpython-132aecb142dc91b515d36bedd5d7aebd01140fb7.tar.gz cpython-132aecb142dc91b515d36bedd5d7aebd01140fb7.tar.bz2 |
Issue #24771: Adds vcruntime DLL to tcltk package
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/tcltk/tcltk.wixproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/msi/tcltk/tcltk.wixproj b/Tools/msi/tcltk/tcltk.wixproj index f66fc14..e1addd9 100644 --- a/Tools/msi/tcltk/tcltk.wixproj +++ b/Tools/msi/tcltk/tcltk.wixproj @@ -27,6 +27,13 @@ <Target_>DLLs\</Target_> <Group>tcltk_dlls</Group> </InstallFiles> + <InstallFiles Include="$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\vcruntime$(PlatformToolset.Substring(1)).dll"> + <SourceBase>$(VCInstallDir)redist\$(Platform)\</SourceBase> + <Source>$(VCInstallDir)redist\$(Platform)\</Source> + <TargetBase>$(VCInstallDir)redist\$(Platform)\</TargetBase> + <Target_>DLLs\</Target_> + <Group>tcltk_dlls</Group> + </InstallFiles> <InstallFiles Include="$(tcltkDir)lib\**\*"> <SourceBase>$(tcltkDir)</SourceBase> |