From: Uwe Stöhr Date: Tue, 26 Jul 2016 21:40:19 +0000 (+0200) Subject: Win installer: add an MSVC DLL X-Git-Tag: 2.2.2~108 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2da990973b3ca637b79dac24bf3824dbf10cff8e;p=features.git 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 --- 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"