File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,11 @@ NETBEANS_LIB = WSock32.lib
281281
282282!ifdef XPM
283283# XPM - Include support for XPM signs
284- # you can get xpm.lib from http://iamphet.nm.ru/xpm or create it yourself
284+ # You need to download or build xpm.lib somehow.
285+ # You can get the most recent version of libXpm-*.zip from
286+ # http://cgit.freedesktop.org/xorg/lib/libXpm
287+ # from which you must build xpm.lib yourself
288+ # OR get and unpack: ftp://ftp.vim.org/pub/vim/pcextra/xpm.zip
285289XPM_OBJ = $(OBJDIR ) /xpm_w32.obj
286290XPM_DEFS = -DFEAT_XPM_W32
287291XPM_LIB = $(XPM ) \lib\libXpm.lib
Original file line number Diff line number Diff line change @@ -714,6 +714,8 @@ static char *(features[]) =
714714
715715static int included_patches [] =
716716{ /* Add new patch number below this line */
717+ /**/
718+ 622 ,
717719/**/
718720 621 ,
719721/**/
You can’t perform that action at this time.
0 commit comments