3764
|
1 This is XPM library compiled for Windows which is intended for use with Vim
|
|
2 'signs' feature.
|
|
3
|
|
4 Libraries in x86 directory were compiled with MSVC6 and MinGW. Proposed
|
|
5 commands to compile Vim are:
|
|
6
|
|
7 Any version of MSVC starting from version 6.0:
|
|
8 nmake -f Make_mvc.mak GUI=yes CSCOPE=yes NETBEANS=yes XPM=e:\hg\xpm\x86
|
|
9
|
|
10 MinGW:
|
|
11 mingw32-make -f Make_ming.mak GUI=yes CSCOPE=yes XPM=e:/hg/xpm/x86
|
|
12
|
3790
|
13 MinGW 64 for x64:
|
|
14 mingw32-make -f Make_ming.mak GUI=yes ARCH=x86-64 XPM=E:\HG\xpm\x64
|
|
15
|
3764
|
16 Microsoft Visual C++ on x64 (tested with versions 2008 and 2010):
|
|
17 nmake -f Make_mvc.mak GUI=yes CSCOPE=yes XPM=E:\HG\xpm\x64
|
|
18
|
|
19 To test, open some file in Vim and execute commands below:
|
|
20 :exe 'sign define vimxpm icon='.$VIMRUNTIME.'\\vim32x32.xpm'
|
|
21 :exe 'sign place 1 line=1 name=vimxpm file='.expand('%:p')
|
|
22
|
|
23
|
|
24 See COPYRIGHT for XPM licence.
|
|
25
|
|
26 If you have questions please email sergey.khorev@gmail.com.
|