commit 2da990973b3ca637b79dac24bf3824dbf10cff8e
Author: Uwe Stöhr <[email protected]>
Date: Tue Jul 26 23:40:19 2016 +0200
Win installer: add an MSVC DLL
the compiled lyx.exe does not use it but since its distribution is
recommended by Microsoft it doesn't harm to distribute it with the installer
---
.../Win32/packaging/installer/include/filelist.nsh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/development/Win32/packaging/installer/include/filelist.nsh
b/development/Win32/packaging/installer/include/filelist.nsh
index 54863f4..20342ca 100644
--- a/development/Win32/packaging/installer/include/filelist.nsh
+++ b/development/Win32/packaging/installer/include/filelist.nsh
@@ -61,6 +61,7 @@ Lists of files to include in the installer
${FILE}msvcr100.dll"
${FILE}msvcp100.dll"
# Files needed for MSVC 2015
+ ${FILE}concrt140.dll"
${FILE}msvcp140.dll"
${FILE}vcamp140.dll"
${FILE}vccorlib140.dll"