]> git.lyx.org Git - features.git/commitdiff
Win installer: add an MSVC DLL
authorUwe Stöhr <uwestoehr@lyx.org>
Tue, 26 Jul 2016 21:40:19 +0000 (23:40 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 26 Jul 2016 21:40:19 +0000 (23:40 +0200)
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

index 54863f4a329104ac838c95ea509ed542b4812de4..20342ca8624bfe057b71353eff4700f060de5572 100644 (file)
@@ -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"