073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.507
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.507 (after 7.4.496)
073263
Problem:    Building with MingW and Perl may fail.
073263
Solution:   Remove quotes. (Ken Takata)
073263
Files:	    src/Make_cyg_ming.mak
073263
073263
073263
*** ../vim-7.4.506/src/Make_cyg_ming.mak	2014-11-05 13:53:13.188806497 +0100
073263
--- src/Make_cyg_ming.mak	2014-11-06 09:59:51.523061961 +0100
073263
***************
073263
*** 132,138 ****
073263
  endif
073263
  XSUBPP_EXISTS=$(shell $(PERLEXE) -e "print 1 unless -e '$(XSUBPPTRY)'")
073263
  ifeq "$(XSUBPP_EXISTS)" ""
073263
! XSUBPP=$(PERLEXE) "$(XSUBPPTRY)"
073263
  else
073263
  XSUBPP=xsubpp
073263
  endif
073263
--- 132,138 ----
073263
  endif
073263
  XSUBPP_EXISTS=$(shell $(PERLEXE) -e "print 1 unless -e '$(XSUBPPTRY)'")
073263
  ifeq "$(XSUBPP_EXISTS)" ""
073263
! XSUBPP=$(PERLEXE) $(XSUBPPTRY)
073263
  else
073263
  XSUBPP=xsubpp
073263
  endif
073263
***************
073263
*** 809,815 ****
073263
  
073263
  if_perl.c: if_perl.xs typemap
073263
  	$(XSUBPP) -prototypes -typemap \
073263
! 	     "$(PERLTYPEMAP)" if_perl.xs > $@
073263
  
073263
  $(OUTDIR)/netbeans.o:	netbeans.c $(INCL) $(NBDEBUG_INCL) $(NBDEBUG_SRC)
073263
  	$(CC) -c $(CFLAGS) netbeans.c -o $(OUTDIR)/netbeans.o
073263
--- 809,815 ----
073263
  
073263
  if_perl.c: if_perl.xs typemap
073263
  	$(XSUBPP) -prototypes -typemap \
073263
! 	     $(PERLTYPEMAP) if_perl.xs > $@
073263
  
073263
  $(OUTDIR)/netbeans.o:	netbeans.c $(INCL) $(NBDEBUG_INCL) $(NBDEBUG_SRC)
073263
  	$(CC) -c $(CFLAGS) netbeans.c -o $(OUTDIR)/netbeans.o
073263
*** ../vim-7.4.506/src/version.c	2014-11-05 19:33:19.552314778 +0100
073263
--- src/version.c	2014-11-06 10:02:45.647057766 +0100
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     507,
073263
  /**/
073263
073263
-- 
073263
Advice to worms:  Sleep late.
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///