patch 7.4.1944 v7.4.1944
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Jun 2016 19:59:36 +0000 (21:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Jun 2016 19:59:36 +0000 (21:59 +0200)
commitb5b95750a688d1fabafc6dbc2f31df90d5b5a17e
treeecc187fd1ef6bf86dd7494e6f995958b4eac6e51
parent678e480529bce7ba3c09e71233249e3b56531b24
patch 7.4.1944
Problem:    Win32: Cannot compile with XPM feature using VC2015
Solution:   Add XPM libraries compiled with VC2015, and enable to build
            gvim.exe which supports XPM using VC2015. (Ken Takata)
src/Make_mvc.mak
src/version.c
src/xpm/x64/lib-vc14/libXpm.lib [new file with mode: 0644]
src/xpm/x86/lib-vc14/libXpm.lib [new file with mode: 0644]