mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
installer: filelist.nsh: add necessary MSVC 2015 runtime DLLs
This commit is contained in:
parent
208b87b633
commit
16bd45f099
@ -57,9 +57,15 @@ Lists of files to include in the installer
|
|||||||
|
|
||||||
!macro FileListMSVC COMMAND DIRECTORY
|
!macro FileListMSVC COMMAND DIRECTORY
|
||||||
|
|
||||||
# Manifest not needed for 2010
|
# Files needed for MSVC 2010
|
||||||
${FILE}msvcr100.dll"
|
${FILE}msvcr100.dll"
|
||||||
${FILE}msvcp100.dll"
|
${FILE}msvcp100.dll"
|
||||||
|
# Files needed for MSVC 2015
|
||||||
|
${FILE}msvcp140.dll"
|
||||||
|
${FILE}vcamp140.dll"
|
||||||
|
${FILE}vccorlib140.dll"
|
||||||
|
${FILE}vcomp140.dll"
|
||||||
|
${FILE}vcruntime140.dll"
|
||||||
|
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user