Hi, 2019/4/29 Mon 0:11:49 UTC+9 Christian Brabandt wrote: > On So, 28 Apr 2019, Bram Moolenaar wrote: > > > Christian - > > > > Pull request #4287 moves common code from vim.exe and gvim.exe into a > > .dll file. If I include this patch, does this cause problems for the > > appimage stuff? > > I don't think it does, since appimage is for linux only and we shouldn't > be affected.
The VIMDLL patch shuold not affect linux builds, and even not affect Windows builds without the VIMDLL=yes option. > Not sure if this will cause problems for the win32-installer, we have to > see. We might need to adjust the installer to include the dll 32bit and > 64bit versions, but I think we will be mostly okay. And I trust Ken to > also have a look at the win32-installer ;) If we build without the VIMDLL=yes option, nothing will be changed. If we are going to use the VIMDLL=yes option, we need to update the nsis script and the vim-win32-installer batch file, but the change for the nsis script is already included in the patch. Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
