summaryrefslogtreecommitdiffstats
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-08-29 14:18:33 +0200
committerBram Moolenaar <Bram@vim.org>2012-08-29 14:18:33 +0200
commitc6c1d8b80236305f7e7b053be8dea63688fa648e (patch)
tree7cbb9d297d35e735090487a7332c34744fa1bebc /Filelist
parent1c75a03501698b8cd1dcb4fd892bc329302d9533 (diff)
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--Filelist6
1 files changed, 6 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 8d7cfa9ee1..2eac3685a9 100644
--- a/Filelist
+++ b/Filelist
@@ -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 \