File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Core and Builtins
1313Library
1414-------
1515
16+ - Issue #24847: Fixes tcltk installer layout of VC runtime DLL
17+
1618- Issue #24839: platform._syscmd_ver raises DeprecationWarning
1719
1820What's New in Python 3.5.0 release candidate 1?
Original file line number Diff line number Diff line change 2828 <Group >tcltk_dlls</Group >
2929 </InstallFiles >
3030 <InstallFiles Include =" $(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\vcruntime$(PlatformToolset.Substring(1)).dll" >
31- <SourceBase >$(VCInstallDir)redist\$(Platform)\</SourceBase >
32- <Source >$(VCInstallDir)redist\$(Platform)\</Source >
33- <TargetBase >$(VCInstallDir)redist\$(Platform)\</TargetBase >
31+ <SourceBase >$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\ </SourceBase >
32+ <Source >$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\ </Source >
33+ <TargetBase >$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\ </TargetBase >
3434 <Target_ >DLLs\</Target_ >
3535 <Group >tcltk_dlls</Group >
3636 </InstallFiles >
You can’t perform that action at this time.
0 commit comments