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