diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-03 23:21:39 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-03 23:21:39 (GMT) |
commit | ac5e87caff7276fe347f14b3f5e95158d5f324b9 (patch) | |
tree | 6b6779eb5316e9c159d4094eebaee897a99a2f40 /Tools | |
parent | 0758d704b8053619a523de251214b7b83ca7b4be (diff) | |
parent | 132aecb142dc91b515d36bedd5d7aebd01140fb7 (diff) | |
download | cpython-ac5e87caff7276fe347f14b3f5e95158d5f324b9.zip cpython-ac5e87caff7276fe347f14b3f5e95158d5f324b9.tar.gz cpython-ac5e87caff7276fe347f14b3f5e95158d5f324b9.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> |