Issue #24847: Fixes tcltk installer layout of VC runtime DLL

This commit is contained in:
Steve Dower 2015-08-11 18:51:00 -07:00
commit 2dc5fd2fa8
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@
<Group>tcltk_dlls</Group> <Group>tcltk_dlls</Group>
</InstallFiles> </InstallFiles>
<InstallFiles Include="$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\vcruntime$(PlatformToolset.Substring(1)).dll"> <InstallFiles Include="$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\vcruntime$(PlatformToolset.Substring(1)).dll">
<SourceBase>$(VCInstallDir)redist\$(Platform)\</SourceBase> <SourceBase>$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\</SourceBase>
<Source>$(VCInstallDir)redist\$(Platform)\</Source> <Source>$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\</Source>
<TargetBase>$(VCInstallDir)redist\$(Platform)\</TargetBase> <TargetBase>$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\</TargetBase>
<Target_>DLLs\</Target_> <Target_>DLLs\</Target_>
<Group>tcltk_dlls</Group> <Group>tcltk_dlls</Group>
</InstallFiles> </InstallFiles>