To: [email protected]
Subject: Patch 7.4a.004
Fcc: outbox
From: Bram Moolenaar <[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
------------

Patch 7.4a.004
Problem:    MSVC 2012 Update 3 is not recognized.
Solution:   Add the version number. (Raymond Ko)
Files:      src/Make_mvc.mak


*** ../vim-7.4a.003/src/Make_mvc.mak    2013-06-03 20:09:58.000000000 +0200
--- src/Make_mvc.mak    2013-07-09 13:13:12.000000000 +0200
***************
*** 421,426 ****
--- 421,429 ----
 !if "$(_NMAKE_VER)" == "11.00.60315.1"
 MSVCVER = 11.0
 !endif
+ !if "$(_NMAKE_VER)" == "11.00.60610.1"
+ MSVCVER = 11.0
+ !endif
 !endif

 # Abort building VIM if version of VC is unrecognised.
*** ../vim-7.4a.003/src/version.c       2013-07-09 12:54:17.000000000 +0200
--- src/version.c       2013-07-09 13:13:52.000000000 +0200
***************
*** 730,731 ****
--- 730,733 ----
 {   /* Add new patch number below this line */
+ /**/
+     4,
 /**/

--
<Beeth> Girls are like internet domain names,
       the ones I like are already taken.
<honx>  Well, you can stil get one from a strange country :-P

/// 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    ///