Blame SOURCES/7.4.106

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.106
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.106
22c937
Problem:    Can't build with Ruby using Cygwin.
22c937
Solution:   Fix library name in makefile. (Steve Hall)
22c937
Files:	    src/Make_cyg.mak
22c937
22c937
22c937
*** ../vim-7.4.105/src/Make_cyg.mak	2013-09-19 20:48:59.000000000 +0200
22c937
--- src/Make_cyg.mak	2013-11-28 16:29:52.000000000 +0100
22c937
***************
22c937
*** 1,6 ****
22c937
  #
22c937
  # Makefile for VIM on Win32, using Cygnus gcc
22c937
! # Last updated by Dan Sharp.  Last Change: 2013 Sep 19
22c937
  #
22c937
  # Also read INSTALLpc.txt!
22c937
  #
22c937
--- 1,6 ----
22c937
  #
22c937
  # Makefile for VIM on Win32, using Cygnus gcc
22c937
! # Last updated by Dan Sharp.  Last Change: 2013 Nov 28
22c937
  #
22c937
  # Also read INSTALLpc.txt!
22c937
  #
22c937
***************
22c937
*** 272,278 ****
22c937
  DEFINES += -DDYNAMIC_RUBY -DDYNAMIC_RUBY_DLL=\"$(RUBY_INSTALL_NAME).dll\"
22c937
  DEFINES += -DDYNAMIC_RUBY_VER=$(RUBY_VER)
22c937
  else
22c937
! EXTRA_LIBS += $(RUBY)/lib/$(RUBY_INSTALL_NAME).lib
22c937
  endif
22c937
  endif
22c937
  
22c937
--- 272,278 ----
22c937
  DEFINES += -DDYNAMIC_RUBY -DDYNAMIC_RUBY_DLL=\"$(RUBY_INSTALL_NAME).dll\"
22c937
  DEFINES += -DDYNAMIC_RUBY_VER=$(RUBY_VER)
22c937
  else
22c937
! EXTRA_LIBS += $(RUBY)/lib/$(RUBY_INSTALL_NAME)
22c937
  endif
22c937
  endif
22c937
  
22c937
*** ../vim-7.4.105/src/version.c	2013-11-28 14:36:24.000000000 +0100
22c937
--- src/version.c	2013-11-28 16:29:25.000000000 +0100
22c937
***************
22c937
*** 740,741 ****
22c937
--- 740,743 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     106,
22c937
  /**/
22c937
22c937
-- 
22c937
hundred-and-one symptoms of being an internet addict:
22c937
7. You finally do take that vacation, but only after buying a cellular modem
22c937
   and a laptop.
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///