Bram Moolenaar | 18a1b9b | 2012-08-29 14:26:27 +0200 | [diff] [blame^] | 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 | |
| 13 | Microsoft Visual C++ on x64 (tested with versions 2008 and 2010): |
| 14 | nmake -f Make_mvc.mak GUI=yes CSCOPE=yes XPM=E:\HG\xpm\x64 |
| 15 | |
| 16 | To 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 | |
| 21 | See COPYRIGHT for XPM licence. |
| 22 | |
| 23 | If you have questions please email sergey.khorev@gmail.com. |