3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.548
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.548
3ef2ca
Problem:    Compilation fails with native version of MinGW-w64, because the
3ef2ca
            it doesn't have x86_64-w64-mingw32-windres.exe.
3ef2ca
Solution:   Use windres instead. (Ken Takata)
3ef2ca
Files:      src/Make_cyg_ming.mak
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.547/src/Make_cyg_ming.mak	2014-11-06 10:02:57.019057492 +0100
3ef2ca
--- src/Make_cyg_ming.mak	2014-12-13 20:47:00.291904877 +0100
3ef2ca
***************
3ef2ca
*** 366,372 ****
3ef2ca
--- 366,376 ----
3ef2ca
  endif
3ef2ca
  CC := $(CROSS_COMPILE)gcc
3ef2ca
  CXX := $(CROSS_COMPILE)g++
3ef2ca
+ ifeq ($(UNDER_CYGWIN),yes)
3ef2ca
  WINDRES := $(CROSS_COMPILE)windres
3ef2ca
+ else
3ef2ca
+ WINDRES := windres
3ef2ca
+ endif
3ef2ca
  WINDRES_CC = $(CC)
3ef2ca
  
3ef2ca
  #>>>>> end of choices
3ef2ca
*** ../vim-7.4.547/src/version.c	2014-12-13 20:11:29.582422289 +0100
3ef2ca
--- src/version.c	2014-12-13 20:49:27.018361058 +0100
3ef2ca
***************
3ef2ca
*** 743,744 ****
3ef2ca
--- 743,746 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     548,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
Article in the first Free Software Magazine: "Bram Moolenaar studied electrical
3ef2ca
engineering at the Technical University of Delft and graduated in 1985 on a
3ef2ca
multi-processor Unix architecture."
3ef2ca
Response by "dimator": Could the school not afford a proper stage for the
3ef2ca
ceremony?
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    ///