Hello all,

Attached is a small change to support the newest NMAKE introduced by Visual 
Studio 2012 Update 1. I have tested it and VIM seems to compile fine.

-- 
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
diff -r 5ea2c2f90448 src/Make_mvc.mak
--- a/src/Make_mvc.mak	Wed Dec 05 13:50:44 2012 -0500
+++ b/src/Make_mvc.mak	Wed Dec 05 13:59:56 2012 -0500
@@ -413,6 +413,9 @@
 !if "$(_NMAKE_VER)" == "11.00.50727.1"
 MSVCVER = 11.0
 !endif
+!if "$(_NMAKE_VER)" == "11.00.51106.1"
+MSVCVER = 11.0
+!endif
 !endif
 
 # Abort bulding VIM if version of VC is unrecognised.

Raspunde prin e-mail lui