mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #24847: Fixes tcltk installer layout of VC runtime DLL
This commit is contained in:
parent
cae101f5ec
commit
9b8a1fa023
2 changed files with 5 additions and 3 deletions
|
@ -28,9 +28,9 @@
|
|||
<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>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue