]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.655 v7.3.655
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Sep 2012 16:49:24 +0000 (18:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Sep 2012 16:49:24 +0000 (18:49 +0200)
Problem:    64 bit MingW xpm .a file is missing.
Solution:   Add the file. (Sergey Khorev)

src/version.c
src/xpm/x64/lib/libXpm.a [new file with mode: 0644]

index b3daa7d61caa47411c6b1ee93350d0b0a369ad3b..9deec1739cae5ea4b8daa1e6eb20c26f366b6389 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    655,
 /**/
     654,
 /**/
diff --git a/src/xpm/x64/lib/libXpm.a b/src/xpm/x64/lib/libXpm.a
new file mode 100644 (file)
index 0000000..cd8bb7e
Binary files /dev/null and b/src/xpm/x64/lib/libXpm.a differ