diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-18 23:00:56 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-18 23:00:56 (GMT) |
commit | 9f0cbbc3769c716affc630102800f43ee64b3524 (patch) | |
tree | fe66130d7ab8df2ad9cfd3343911927d755a53fb /Tools/msi | |
parent | 66e6c1a46ac12bb80f331da4ebc11a9c69825d97 (diff) | |
download | cpython-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.wixproj | 7 |
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> |