Karsten Hopp af8136
To: vim_dev@googlegroups.com
Karsten Hopp af8136
Subject: Patch 7.3.712
Karsten Hopp af8136
Fcc: outbox
Karsten Hopp af8136
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp af8136
Mime-Version: 1.0
Karsten Hopp af8136
Content-Type: text/plain; charset=UTF-8
Karsten Hopp af8136
Content-Transfer-Encoding: 8bit
Karsten Hopp af8136
------------
Karsten Hopp af8136
Karsten Hopp af8136
Patch 7.3.712
Karsten Hopp af8136
Problem:    Nmake from VS2010 SP1 is not recognized.
Karsten Hopp af8136
Solution:   Add the version number. (Ken Takata)
Karsten Hopp af8136
Files:      src/Make_mvc.mak
Karsten Hopp af8136
Karsten Hopp af8136
Karsten Hopp af8136
*** ../vim-7.3.711/src/Make_mvc.mak	2012-10-21 02:41:04.000000000 +0200
Karsten Hopp af8136
--- src/Make_mvc.mak	2012-10-23 05:33:33.000000000 +0200
Karsten Hopp af8136
***************
Karsten Hopp af8136
*** 407,412 ****
Karsten Hopp af8136
--- 407,415 ----
Karsten Hopp af8136
  !if "$(_NMAKE_VER)" == "10.00.30319.01"
Karsten Hopp af8136
  MSVCVER = 10.0
Karsten Hopp af8136
  !endif
Karsten Hopp af8136
+ !if "$(_NMAKE_VER)" == "10.00.40219.01"
Karsten Hopp af8136
+ MSVCVER = 10.0
Karsten Hopp af8136
+ !endif
Karsten Hopp af8136
  !if "$(_NMAKE_VER)" == "11.00.50727.1"
Karsten Hopp af8136
  MSVCVER = 11.0
Karsten Hopp af8136
  !endif
Karsten Hopp af8136
*** ../vim-7.3.711/src/version.c	2012-10-23 05:17:33.000000000 +0200
Karsten Hopp af8136
--- src/version.c	2012-10-23 05:34:24.000000000 +0200
Karsten Hopp af8136
***************
Karsten Hopp af8136
*** 727,728 ****
Karsten Hopp af8136
--- 727,730 ----
Karsten Hopp af8136
  {   /* Add new patch number below this line */
Karsten Hopp af8136
+ /**/
Karsten Hopp af8136
+     712,
Karsten Hopp af8136
  /**/
Karsten Hopp af8136
Karsten Hopp af8136
-- 
Karsten Hopp af8136
Engineers are widely recognized as superior marriage material: intelligent,
Karsten Hopp af8136
dependable, employed, honest, and handy around the house.
Karsten Hopp af8136
				(Scott Adams - The Dilbert principle)
Karsten Hopp af8136
Karsten Hopp af8136
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp af8136
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp af8136
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp af8136
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///