]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1106 v7.4.1106
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Jan 2016 17:05:50 +0000 (18:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Jan 2016 17:05:50 +0000 (18:05 +0100)
commit286eacd3f6631e985089176fb1dff1bcf1a1d6b5
tree83ec0d2a894f0d35985906dc1c3e04de10a3c9d4
parent9bbf63dbf8286fadc0cd6b3428010abb67b1b64d
patch 7.4.1106
Problem:    The nsis script can't be used from the appveyor build.
Solution:   Add "ifndef" to allow for variables to be set from the command
            line. Remove duplicate SetCompressor command. Support using other
            gettext binaries. (Ken Takata)  Update build instructions to use
            libintl-8.dll.
Makefile
nsis/gvim.nsi
src/main.c
src/os_w32exe.c
src/os_win32.c
src/proto/os_win32.pro
src/version.c