repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #39 from jwillemsen/jwi-bcc32c
[MPC.git]
/
config
/
bison.mpb
blob
5d2e21b13b5d976e61dd1aaf39929fe78a71c090
1
project {
2
requires += bison
3
Define_Custom(BISON) {
4
command = bison
5
commandflags = -d
6
pch_postrule = 1
7
inputext = .yy, .y
8
pre_extension = .tab
9
source_outputext = .c, .cpp, .cxx, .cc, .C
10
header_outputext = .h, .hpp, .hxx, .hh
11
}
12
}