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