diff options
Diffstat (limited to 'src/Make_mvc.mak')
-rw-r--r-- | src/Make_mvc.mak | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index a353a9cff..5b25004b1 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -380,9 +380,6 @@ MSVCVER = 10.0 !if "$(_NMAKE_VER)" == "10.00.30319.01" MSVCVER = 10.0 !endif -!if "$(_NMAKE_VER)" == "9.00.30729.01" -MSVCVER = 9.0 -!endif !endif # Abort bulding VIM if version of VC is unrecognised. |