From 2da990973b3ca637b79dac24bf3824dbf10cff8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 26 Jul 2016 23:40:19 +0200 Subject: [PATCH] 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 --- development/Win32/packaging/installer/include/filelist.nsh | 1 + 1 file changed, 1 insertion(+) diff --git a/development/Win32/packaging/installer/include/filelist.nsh b/development/Win32/packaging/installer/include/filelist.nsh index 54863f4a32..20342ca862 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" -- 2.39.5