Blame SOURCES/7.4.134

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.134
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.134
22c937
Problem:    Spurious space in MingW Makefile.
22c937
Solution:   Remove the space. (Michael Soyka)
22c937
Files:	    src/Make_ming.mak
22c937
22c937
22c937
*** ../vim-7.4.133/src/Make_ming.mak	2013-12-11 15:06:36.000000000 +0100
22c937
--- src/Make_ming.mak	2014-01-06 15:37:57.000000000 +0100
22c937
***************
22c937
*** 598,604 ****
22c937
  ifeq (yes, $(GUI))
22c937
  OBJ += $(OUTDIR)/xpm_w32.o
22c937
  # You'll need libXpm.a from http://gnuwin32.sf.net
22c937
! LIB += -L $(XPM)/lib -lXpm
22c937
  endif
22c937
  endif
22c937
  
22c937
--- 598,604 ----
22c937
  ifeq (yes, $(GUI))
22c937
  OBJ += $(OUTDIR)/xpm_w32.o
22c937
  # You'll need libXpm.a from http://gnuwin32.sf.net
22c937
! LIB += -L$(XPM)/lib -lXpm
22c937
  endif
22c937
  endif
22c937
  
22c937
*** ../vim-7.4.133/src/version.c	2014-01-06 06:18:44.000000000 +0100
22c937
--- src/version.c	2014-01-06 15:39:32.000000000 +0100
22c937
***************
22c937
*** 740,741 ****
22c937
--- 740,743 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     134,
22c937
  /**/
22c937
22c937
-- 
22c937
hundred-and-one symptoms of being an internet addict:
22c937
115. You are late picking up your kid from school and try to explain
22c937
     to the teacher you were stuck in Web traffic.
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    ///