diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-18 16:01:25 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-18 16:01:25 -0700 |
commit | 7f7918dbd799de74a70fb1f597d14b613b2e633d (patch) | |
tree | 0faad4f5c11a56f8de98fc45d59801c47c547455 /Tools | |
parent | 545c119ead01c5c0b5289f22d34ad76a079ff127 (diff) | |
parent | 220fa750e124b14ea39f0bad324e347006e0a582 (diff) | |
download | cpython-7f7918dbd799de74a70fb1f597d14b613b2e633d.tar.gz |
Merge with 3.5
Diffstat (limited to 'Tools')
-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 d576a4149a..f66fc14988 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> |