blob: 0d5660c1038a7fbd56db41a28f7f87cf8967a489 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim compiler file
Bram Moolenaar3a991dd2014-10-02 01:41:41 +02002" Compiler: Microsoft Visual C
Christian Brabandte978b452023-08-13 10:33:05 +02003" Maintainer: The Vim Project <https://github.com/vim/vim>
4" Last Change: 2023 Aug 10
5" Former Maintainer: Bram Moolenaar <Bram@vim.org>
Bram Moolenaar071d4272004-06-13 20:20:40 +00006
7if exists("current_compiler")
8 finish
9endif
10let current_compiler = "msvc"
11
Bram Moolenaar071d4272004-06-13 20:20:40 +000012" The errorformat for MSVC is the default.
Bram Moolenaar943d2b52005-12-02 00:50:49 +000013CompilerSet errorformat&
14CompilerSet makeprg=nmake