Karsten Hopp 620581
To: vim_dev@googlegroups.com
Karsten Hopp 620581
Subject: Patch 7.3.930
Karsten Hopp 620581
Fcc: outbox
Karsten Hopp 620581
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 620581
Mime-Version: 1.0
Karsten Hopp 620581
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 620581
Content-Transfer-Encoding: 8bit
Karsten Hopp 620581
------------
Karsten Hopp 620581
Karsten Hopp 620581
Patch 7.3.930
Karsten Hopp 620581
Problem:    MSVC 2012 update is not recognized.
Karsten Hopp 620581
Solution:   Update the version in the makefile. (Raymond Ko)
Karsten Hopp 620581
Files:	    src/Make_mvc.mak
Karsten Hopp 620581
Karsten Hopp 620581
Karsten Hopp 620581
*** ../vim-7.3.929/src/Make_mvc.mak	2013-05-06 04:21:35.000000000 +0200
Karsten Hopp 620581
--- src/Make_mvc.mak	2013-05-07 05:08:08.000000000 +0200
Karsten Hopp 620581
***************
Karsten Hopp 620581
*** 416,421 ****
Karsten Hopp 620581
--- 416,424 ----
Karsten Hopp 620581
  !if "$(_NMAKE_VER)" == "11.00.51106.1"
Karsten Hopp 620581
  MSVCVER = 11.0
Karsten Hopp 620581
  !endif
Karsten Hopp 620581
+ !if "$(_NMAKE_VER)" == "11.00.60315.1"
Karsten Hopp 620581
+ MSVCVER = 11.0
Karsten Hopp 620581
+ !endif
Karsten Hopp 620581
  !endif
Karsten Hopp 620581
  
Karsten Hopp 620581
  # Abort building VIM if version of VC is unrecognised.
Karsten Hopp 620581
*** ../vim-7.3.929/src/version.c	2013-05-06 06:45:42.000000000 +0200
Karsten Hopp 620581
--- src/version.c	2013-05-07 05:09:51.000000000 +0200
Karsten Hopp 620581
***************
Karsten Hopp 620581
*** 730,731 ****
Karsten Hopp 620581
--- 730,733 ----
Karsten Hopp 620581
  {   /* Add new patch number below this line */
Karsten Hopp 620581
+ /**/
Karsten Hopp 620581
+     930,
Karsten Hopp 620581
  /**/
Karsten Hopp 620581
Karsten Hopp 620581
-- 
Karsten Hopp 620581
Life would be so much easier if we could just look at the source code.
Karsten Hopp 620581
Karsten Hopp 620581
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 620581
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 620581
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 620581
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///