diff nsis/gvim.nsi @ 11042:5de2fb612f21 v8.0.0410

patch 8.0.0410: newer gettext/iconv library has extra dll file commit https://github.com/vim/vim/commit/a54d2fc0d3ec7c4c8ca99b91e2ff7f7fee45c8bd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 4 20:09:34 2017 +0100 patch 8.0.0410: newer gettext/iconv library has extra dll file Problem: Newer gettext/iconv library has extra dll file. Solution: Add the file to the Makefile and nsis script. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Mar 2017 20:15:03 +0100
parents 62b7fb15ff7e
children 8be4b88c47d7
line wrap: on
line diff
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -385,6 +385,7 @@ SectionEnd
 		File ${VIMRT}\libintl-8.dll
 		File ${VIMRT}\libiconv-2.dll
 		File /nonfatal ${VIMRT}\libwinpthread-1.dll
+		File /nonfatal ${VIMRT}\libgcc_s_sjlj-1.dll
 	SectionEnd
 !endif