blob: efe36c4da21ea1826285a6115c57e5e0322ada7b [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
Bram Moolenaar071d4272004-06-13 20:20:40 +00003" Maintainer: Bram Moolenaar <Bram@vim.org>
Bram Moolenaar3a991dd2014-10-02 01:41:41 +02004" Last Change: 2014 Sep 20
Bram Moolenaar071d4272004-06-13 20:20:40 +00005
6if exists("current_compiler")
7 finish
8endif
9let current_compiler = "msvc"
10
Bram Moolenaar071d4272004-06-13 20:20:40 +000011" The errorformat for MSVC is the default.
Bram Moolenaar943d2b52005-12-02 00:50:49 +000012CompilerSet errorformat&
13CompilerSet makeprg=nmake