Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b64354 commit 132aecbCopy full SHA for 132aecb
1 file changed
Tools/msi/tcltk/tcltk.wixproj
@@ -27,6 +27,13 @@
27
<Target_>DLLs\</Target_>
28
<Group>tcltk_dlls</Group>
29
</InstallFiles>
30
+ <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>
34
+ <Target_>DLLs\</Target_>
35
+ <Group>tcltk_dlls</Group>
36
+ </InstallFiles>
37
38
<InstallFiles Include="$(tcltkDir)lib\**\*">
39
<SourceBase>$(tcltkDir)</SourceBase>
0 commit comments