summaryrefslogtreecommitdiffstats
path: root/src/Make_mvc.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-07 05:11:17 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-07 05:11:17 +0200
commit290424868d6aeab4f704df15c7a67b908e852e06 (patch)
tree8f018f3a17afd848e12d1565321c1a14e88ae430 /src/Make_mvc.mak
parent51ac8a27e56257356a6cc0a262e5fb0455cf7bb4 (diff)
updated for version 7.3.930v7.3.930
Problem: MSVC 2012 update is not recognized. Solution: Update the version in the makefile. (Raymond Ko)
Diffstat (limited to 'src/Make_mvc.mak')
-rw-r--r--src/Make_mvc.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak
index 36da162225..2a4a3e8c45 100644
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -416,6 +416,9 @@ MSVCVER = 11.0
!if "$(_NMAKE_VER)" == "11.00.51106.1"
MSVCVER = 11.0
!endif
+!if "$(_NMAKE_VER)" == "11.00.60315.1"
+MSVCVER = 11.0
+!endif
!endif
# Abort building VIM if version of VC is unrecognised.