comparison src/xpm/README.txt @ 9719:219dbe63ad2a v7.4.2135

commit https://github.com/vim/vim/commit/89eaa4185efacab253b23a182c1c8a7bbf1096c9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 31 14:17:27 2016 +0200 patch 7.4.2135 Problem: Various tiny issues. Solution: Update comments, white space, etc.
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Jul 2016 14:30:05 +0200
parents fd0c7452fa51
children
comparison
equal deleted inserted replaced
9718:58d37c738a69 9719:219dbe63ad2a
1 This is XPM library compiled for Windows which is intended for use with Vim 1 This is XPM library compiled for Windows which is intended for use with Vim
2 'signs' feature. 2 'signs' feature.
3 3
4 Libraries in x86 directory were compiled with MSVC6 and MinGW. Proposed 4 Libraries in x86 directory were compiled with MSVC6 and MinGW. Proposed
5 commands to compile Vim are: 5 commands to compile Vim are:
6
7 If you want to build XPM library by yourself, you may want to use the
8 following Win32 port:
9 https://github.com/koron/libXpm-win32
6 10
7 Any version of MSVC starting from version 6.0: 11 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 12 nmake -f Make_mvc.mak GUI=yes CSCOPE=yes NETBEANS=yes XPM=e:\hg\xpm\x86
9 13
10 MinGW: 14 MinGW: