On Friday, 8 November 2013 10:16:08 UTC+8, Bram Moolenaar wrote:
> Patch 7.4.078
>
> Problem: MSVC 2013 is not supported.
> Solution: Recognize and support MSVC 2013. (Ed Brown)
> Files: src/Make_mvc.mak
...
>
> --- 488,494 ----
> !endif
>
> # Static code analysis generally available starting with VS2012
> ! !if ("$(ANALYZE)" == "yes") && ("$(MSVCVER)" == "11.0") && ("$(MSVCVER)" ==
> "12.0")
> CFLAGS=$(CFLAGS) /analyze
> !endif
>
The check should be Logical OR: (MSVCVER == "11.0" || MSVCVER == "12.0")
KF
--
--
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/groups/opt_out.