Patch 7.4.2032 (after 7.4.2030)
Problem: Build fails with 64 bit MinGW. (Axel Bender)
Solution: Handle dash vs. underscore. (Ken Takata, Hirohito Higashi)
Files: src/Make_cyg_ming.mak
*** ../vim-7.4.2031/src/Make_cyg_ming.mak 2016-07-12 21:16:59.310461799
+0200
--- src/Make_cyg_ming.mak 2016-07-13 20:53:18.127966265 +0200
***************
*** 149,155 ****
# Get the default ARCH.
ifndef ARCH
! ARCH := $(shell $(CC) -dumpmachine | sed -e 's/-.*//')
endif
--- 149,155 ----
# Get the default ARCH.
ifndef ARCH
! ARCH := $(shell $(CC) -dumpmachine | sed -e 's/-.*//' -e 's/_/-/')
endif
*** ../vim-7.4.2031/src/version.c 2016-07-12 22:51:05.001427987 +0200
--- src/version.c 2016-07-13 20:54:25.774973852 +0200
***************
*** 760,761 ****
--- 760,763 ----
{ /* Add new patch number below this line */
+ /**/
+ 2032,
/**/
--
Microsoft's definition of a boolean: TRUE, FALSE, MAYBE
"Embrace and extend"...?
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.