f725b03
To: vim-dev@vim.org
f725b03
Subject: Patch 7.2.101 (extra)
f725b03
Fcc: outbox
f725b03
From: Bram Moolenaar <Bram@moolenaar.net>
f725b03
Mime-Version: 1.0
f725b03
Content-Type: text/plain; charset=ISO-8859-1
f725b03
Content-Transfer-Encoding: 8bit
f725b03
------------
f725b03
f725b03
Patch 7.2.101 (extra)
f725b03
Problem:    MSVC version not recognized.
f725b03
Solution:   Add the version number to the list.  (Zhong Zhang)
f725b03
Files:	    src/Make_mvc.mak
f725b03
f725b03
f725b03
*** ../vim-7.2.100/src/Make_mvc.mak	Thu Jul 24 20:49:58 2008
f725b03
--- src/Make_mvc.mak	Wed Feb  4 18:32:47 2009
f725b03
***************
f725b03
*** 354,359 ****
f725b03
--- 354,362 ----
f725b03
  !if "$(_NMAKE_VER)" == "9.00.21022.08"
f725b03
  MSVCVER = 9.0
f725b03
  !endif
f725b03
+ !if "$(_NMAKE_VER)" == "9.00.30729.01"
f725b03
+ MSVCVER = 9.0
f725b03
+ !endif
f725b03
  !endif
f725b03
  
f725b03
  # Abort bulding VIM if version of VC is unrecognised.
f725b03
*** ../vim-7.2.100/src/version.c	Wed Feb  4 17:49:46 2009
f725b03
--- src/version.c	Wed Feb  4 18:34:12 2009
f725b03
***************
f725b03
*** 678,679 ****
f725b03
--- 678,681 ----
f725b03
  {   /* Add new patch number below this line */
f725b03
+ /**/
f725b03
+     101,
f725b03
  /**/
f725b03
f725b03
-- 
f725b03
Light travels faster than sound.  This is why some people
f725b03
appear bright until you hear them speak
f725b03
f725b03
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
f725b03
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
f725b03
\\\        download, build and distribute -- http://www.A-A-P.org        ///
f725b03
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///