commit | a54d2fc0d3ec7c4c8ca99b91e2ff7f7fee45c8bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 20:09:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 20:09:34 2017 +0100 |
tree | 7aff6e13995823b657a2a12ccd9ba54c996baedb | |
parent | 595297d6d5658266dd0574361f77f7832bb18e26 [diff] [blame] |
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)
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index 26d7aab..74a5433 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi
@@ -385,6 +385,7 @@ 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