diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-08-29 14:18:33 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-08-29 14:18:33 +0200 |
commit | c6c1d8b80236305f7e7b053be8dea63688fa648e (patch) | |
tree | 7cbb9d297d35e735090487a7332c34744fa1bebc /Filelist | |
parent | 1c75a03501698b8cd1dcb4fd892bc329302d9533 (diff) | |
download | vim-git-c6c1d8b80236305f7e7b053be8dea63688fa648e.tar.gz |
updated for version 7.3.639v7.3.639
Problem: It's not easy to build Vim on Windows with XPM support.
Solution: Include the required files, they are quite small. Update the
MSVC makefile to use them. Binary files are in the next patch.
(Sergey Khorev)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -349,6 +349,12 @@ SRC_DOS_BIN = \ src/vim*.ico \ src/vim.tlb \ src/vimtbar.lib \ + src/xpm/COPYRIGHT \ + src/xpm/README.txt \ + src/xpm/include/*.h \ + src/xpm/x64/lib/libXpm.lib \ + src/xpm/x86/lib/libXpm.a \ + src/xpm/x86/lib/libXpm.lib \ src/vimtbar.dll \ nsis/icons/*.bmp \ nsis/icons/*.ico \ |