|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.134
|
|
|
3ef2ca |
Fcc: outbox
|
|
|
3ef2ca |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
3ef2ca |
Mime-Version: 1.0
|
|
|
3ef2ca |
Content-Type: text/plain; charset=UTF-8
|
|
|
3ef2ca |
Content-Transfer-Encoding: 8bit
|
|
|
3ef2ca |
------------
|
|
|
3ef2ca |
|
|
|
3ef2ca |
Patch 7.4.134
|
|
|
3ef2ca |
Problem: Spurious space in MingW Makefile.
|
|
|
3ef2ca |
Solution: Remove the space. (Michael Soyka)
|
|
|
3ef2ca |
Files: src/Make_ming.mak
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.133/src/Make_ming.mak 2013-12-11 15:06:36.000000000 +0100
|
|
|
3ef2ca |
--- src/Make_ming.mak 2014-01-06 15:37:57.000000000 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 598,604 ****
|
|
|
3ef2ca |
ifeq (yes, $(GUI))
|
|
|
3ef2ca |
OBJ += $(OUTDIR)/xpm_w32.o
|
|
|
3ef2ca |
# You'll need libXpm.a from http://gnuwin32.sf.net
|
|
|
3ef2ca |
! LIB += -L $(XPM)/lib -lXpm
|
|
|
3ef2ca |
endif
|
|
|
3ef2ca |
endif
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--- 598,604 ----
|
|
|
3ef2ca |
ifeq (yes, $(GUI))
|
|
|
3ef2ca |
OBJ += $(OUTDIR)/xpm_w32.o
|
|
|
3ef2ca |
# You'll need libXpm.a from http://gnuwin32.sf.net
|
|
|
3ef2ca |
! LIB += -L$(XPM)/lib -lXpm
|
|
|
3ef2ca |
endif
|
|
|
3ef2ca |
endif
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.133/src/version.c 2014-01-06 06:18:44.000000000 +0100
|
|
|
3ef2ca |
--- src/version.c 2014-01-06 15:39:32.000000000 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 740,741 ****
|
|
|
3ef2ca |
--- 740,743 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 134,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
hundred-and-one symptoms of being an internet addict:
|
|
|
3ef2ca |
115. You are late picking up your kid from school and try to explain
|
|
|
3ef2ca |
to the teacher you were stuck in Web traffic.
|
|
|
3ef2ca |
|
|
|
3ef2ca |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
3ef2ca |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
3ef2ca |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
3ef2ca |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|