blob: 5a45f7ffe091879e17e4620fb325ec810df539e5 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim compiler file
2" Compiler: Apple Project Builder
3" Maintainer: Alexander von Below (public@vonBelow.Com)
4" Last Change: 2004 Mar 27
Doug Kearns408281e2024-04-04 22:00:58 +02005" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006
7if exists("current_compiler")
8 finish
9endif
10let current_compiler = "pbx"
11
Bram Moolenaar071d4272004-06-13 20:20:40 +000012" The compiler actually is gcc, so the errorformat is unchanged
13CompilerSet errorformat&
14
15" default make
16CompilerSet makeprg=pbxbuild
17