blob: 6ec5220899a65b2a7b4e196e2fdaef8ba2f286b4 [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
7Any version of MSVC starting from version 6.0:
8nmake -f Make_mvc.mak GUI=yes CSCOPE=yes NETBEANS=yes XPM=e:\hg\xpm\x86
9
10MinGW:
11mingw32-make -f Make_ming.mak GUI=yes CSCOPE=yes XPM=e:/hg/xpm/x86
12
13Microsoft Visual C++ on x64 (tested with versions 2008 and 2010):
14nmake -f Make_mvc.mak GUI=yes CSCOPE=yes XPM=E:\HG\xpm\x64
15
16To test, open some file in Vim and execute commands below:
17:exe 'sign define vimxpm icon='.$VIMRUNTIME.'\\vim32x32.xpm'
18:exe 'sign place 1 line=1 name=vimxpm file='.expand('%:p')
19
20
21See COPYRIGHT for XPM licence.
22
23If you have questions please email sergey.khorev@gmail.com.