]> granicus.if.org Git - python/commitdiff
Issue #24771: Adds vcruntime DLL to tcltk package
authorSteve Dower <steve.dower@microsoft.com>
Mon, 3 Aug 2015 23:21:12 +0000 (16:21 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 3 Aug 2015 23:21:12 +0000 (16:21 -0700)
Tools/msi/tcltk/tcltk.wixproj

index f66fc149884f40b91d3a6b2c1a79cd7657fd39e6..e1addd9ed54e1cb25d4f70533005d6d8121f71ad 100644 (file)
             <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)\</SourceBase>
+            <Source>$(VCInstallDir)redist\$(Platform)\</Source>
+            <TargetBase>$(VCInstallDir)redist\$(Platform)\</TargetBase>
+            <Target_>DLLs\</Target_>
+            <Group>tcltk_dlls</Group>
+        </InstallFiles>
 
         <InstallFiles Include="$(tcltkDir)lib\**\*">
             <SourceBase>$(tcltkDir)</SourceBase>