diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 15:39:12 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 15:39:12 (GMT) |
commit | ab2a34abb7ffe959fc2a221d77943b51f82f8d65 (patch) | |
tree | ee6dd48624462d1f21accc25d289e24ebef690df /Tools/msi | |
parent | 6707906ea5e0df1132d3cd0c77707ccc19948341 (diff) | |
download | cpython-ab2a34abb7ffe959fc2a221d77943b51f82f8d65.zip cpython-ab2a34abb7ffe959fc2a221d77943b51f82f8d65.tar.gz cpython-ab2a34abb7ffe959fc2a221d77943b51f82f8d65.tar.bz2 |
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
Diffstat (limited to 'Tools/msi')
-rw-r--r-- | Tools/msi/tcltk/tcltk.wixproj | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Tools/msi/tcltk/tcltk.wixproj b/Tools/msi/tcltk/tcltk.wixproj index e1addd9..f66fc14 100644 --- a/Tools/msi/tcltk/tcltk.wixproj +++ b/Tools/msi/tcltk/tcltk.wixproj @@ -27,13 +27,6 @@ <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> |