summaryrefslogtreecommitdiffstats
path: root/Tools/msi
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-08-18 23:00:56 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-08-18 23:00:56 (GMT)
commit9f0cbbc3769c716affc630102800f43ee64b3524 (patch)
treefe66130d7ab8df2ad9cfd3343911927d755a53fb /Tools/msi
parent66e6c1a46ac12bb80f331da4ebc11a9c69825d97 (diff)
downloadcpython-9f0cbbc3769c716affc630102800f43ee64b3524.zip
cpython-9f0cbbc3769c716affc630102800f43ee64b3524.tar.gz
cpython-9f0cbbc3769c716affc630102800f43ee64b3524.tar.bz2
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
Diffstat (limited to 'Tools/msi')
-rw-r--r--Tools/msi/tcltk/tcltk.wixproj7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tools/msi/tcltk/tcltk.wixproj b/Tools/msi/tcltk/tcltk.wixproj
index d576a41..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)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\</SourceBase>
- <Source>$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\</Source>
- <TargetBase>$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\</TargetBase>
- <Target_>DLLs\</Target_>
- <Group>tcltk_dlls</Group>
- </InstallFiles>
<InstallFiles Include="$(tcltkDir)lib\**\*">
<SourceBase>$(tcltkDir)</SourceBase>