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