Blame SOURCES/7.4.548

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.548
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.548
22c937
Problem:    Compilation fails with native version of MinGW-w64, because the
22c937
            it doesn't have x86_64-w64-mingw32-windres.exe.
22c937
Solution:   Use windres instead. (Ken Takata)
22c937
Files:      src/Make_cyg_ming.mak
22c937
22c937
22c937
*** ../vim-7.4.547/src/Make_cyg_ming.mak	2014-11-06 10:02:57.019057492 +0100
22c937
--- src/Make_cyg_ming.mak	2014-12-13 20:47:00.291904877 +0100
22c937
***************
22c937
*** 366,372 ****
22c937
--- 366,376 ----
22c937
  endif
22c937
  CC := $(CROSS_COMPILE)gcc
22c937
  CXX := $(CROSS_COMPILE)g++
22c937
+ ifeq ($(UNDER_CYGWIN),yes)
22c937
  WINDRES := $(CROSS_COMPILE)windres
22c937
+ else
22c937
+ WINDRES := windres
22c937
+ endif
22c937
  WINDRES_CC = $(CC)
22c937
  
22c937
  #>>>>> end of choices
22c937
*** ../vim-7.4.547/src/version.c	2014-12-13 20:11:29.582422289 +0100
22c937
--- src/version.c	2014-12-13 20:49:27.018361058 +0100
22c937
***************
22c937
*** 743,744 ****
22c937
--- 743,746 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     548,
22c937
  /**/
22c937
22c937
-- 
22c937
Article in the first Free Software Magazine: "Bram Moolenaar studied electrical
22c937
engineering at the Technical University of Delft and graduated in 1985 on a
22c937
multi-processor Unix architecture."
22c937
Response by "dimator": Could the school not afford a proper stage for the
22c937
ceremony?
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///