blob: 3d40de5b7f407fce617e5e24ceb36041c6a455f8 [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
Doug Kearns408281e2024-04-04 22:00:58 +02005" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
Christian Brabandte978b452023-08-13 10:33:05 +02006" Former Maintainer: Bram Moolenaar <Bram@vim.org>
Bram Moolenaar071d4272004-06-13 20:20:40 +00007
8if exists("current_compiler")
9 finish
10endif
11let current_compiler = "msvc"
12
Bram Moolenaar071d4272004-06-13 20:20:40 +000013" The errorformat for MSVC is the default.
Bram Moolenaar943d2b52005-12-02 00:50:49 +000014CompilerSet errorformat&
15CompilerSet makeprg=nmake