Hi Bram and list.
Visual Studio 2015 was released.
It have another version of nmake (14.00.23026.0),
So I need this attached patch to compile vim with it.
Please check it.
--
--
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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
# HG changeset patch
# Parent 758fe8fd4bae94737337d3944a16112c7e590b28
diff -r 758fe8fd4bae -r f29b10f25389 src/Make_mvc.mak
--- a/src/Make_mvc.mak Sun Jul 19 14:42:23 2015 +0200
+++ b/src/Make_mvc.mak Tue Jul 21 21:57:12 2015 +0900
@@ -446,7 +446,7 @@
!if "$(_NMAKE_VER)" == "12.00.21005.1"
MSVCVER = 12.0
!endif
-!if ("$(_NMAKE_VER)" == "14.00.22609.0") || ("$(_NMAKE_VER)" == "14.00.22816.0")
+!if ("$(_NMAKE_VER)" == "14.00.22609.0") || ("$(_NMAKE_VER)" == "14.00.22816.0") || ("$(_NMAKE_VER)" == "14.00.23026.0")
MSVCVER = 14.0
!endif
!endif