]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.106 v7.4.106
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Nov 2013 15:32:38 +0000 (16:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Nov 2013 15:32:38 +0000 (16:32 +0100)
Problem:    Can't build with Ruby using Cygwin.
Solution:   Fix library name in makefile. (Steve Hall)

src/Make_cyg.mak
src/version.c

index ee51c240506238df9680235d919896ba2036ffd2..61300722ff3d5c5171c1f8f2cc1b63d792d5ab48 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile for VIM on Win32, using Cygnus gcc
-# Last updated by Dan Sharp.  Last Change: 2013 Sep 19
+# Last updated by Dan Sharp.  Last Change: 2013 Nov 28
 #
 # Also read INSTALLpc.txt!
 #
@@ -272,7 +272,7 @@ ifeq (yes, $(DYNAMIC_RUBY))
 DEFINES += -DDYNAMIC_RUBY -DDYNAMIC_RUBY_DLL=\"$(RUBY_INSTALL_NAME).dll\"
 DEFINES += -DDYNAMIC_RUBY_VER=$(RUBY_VER)
 else
-EXTRA_LIBS += $(RUBY)/lib/$(RUBY_INSTALL_NAME).lib
+EXTRA_LIBS += $(RUBY)/lib/$(RUBY_INSTALL_NAME)
 endif
 endif
 
index c5c7fd45874398bafd0be4b6bec80d1188d84d28..bd7760175f21b93145fe6a608948bc2b1682aa21 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    106,
 /**/
     105,
 /**/