Skip to content

Commit 0c3f94b

Browse files
committed
updated for version 7.3.622
Problem: XPM library for Win32 can't be found. Solution: Suggest using the one from the Vim ftp site.
1 parent bd75384 commit 0c3f94b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/Make_mvc.mak

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
285289
XPM_OBJ = $(OBJDIR)/xpm_w32.obj
286290
XPM_DEFS = -DFEAT_XPM_W32
287291
XPM_LIB = $(XPM)\lib\libXpm.lib

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,8 @@ static char *(features[]) =
714714

715715
static int included_patches[] =
716716
{ /* Add new patch number below this line */
717+
/**/
718+
622,
717719
/**/
718720
621,
719721
/**/

0 commit comments

Comments
 (0)