blob: 25f3831eb335205f3fb08ac80614bb3c4663c2b0 [file] [log] [blame]
Bram Moolenaar18a1b9b2012-08-29 14:26:27 +02001This is XPM library compiled for Windows which is intended for use with Vim
2'signs' feature.
3
4Libraries in x86 directory were compiled with MSVC6 and MinGW. Proposed
5commands to compile Vim are:
6
Bram Moolenaar89eaa412016-07-31 14:17:27 +02007If you want to build XPM library by yourself, you may want to use the
8following Win32 port:
9https://github.com/koron/libXpm-win32
10
Bram Moolenaar18a1b9b2012-08-29 14:26:27 +020011Any version of MSVC starting from version 6.0:
12nmake -f Make_mvc.mak GUI=yes CSCOPE=yes NETBEANS=yes XPM=e:\hg\xpm\x86
13
14MinGW:
15mingw32-make -f Make_ming.mak GUI=yes CSCOPE=yes XPM=e:/hg/xpm/x86
16
Bram Moolenaare2db4362012-09-05 17:57:39 +020017MinGW 64 for x64:
18mingw32-make -f Make_ming.mak GUI=yes ARCH=x86-64 XPM=E:\HG\xpm\x64
19
Bram Moolenaar18a1b9b2012-08-29 14:26:27 +020020Microsoft Visual C++ on x64 (tested with versions 2008 and 2010):
21nmake -f Make_mvc.mak GUI=yes CSCOPE=yes XPM=E:\HG\xpm\x64
22
23To test, open some file in Vim and execute commands below:
24:exe 'sign define vimxpm icon='.$VIMRUNTIME.'\\vim32x32.xpm'
25:exe 'sign place 1 line=1 name=vimxpm file='.expand('%:p')
26
27
28See COPYRIGHT for XPM licence.
29
30If you have questions please email sergey.khorev@gmail.com.