Merge pull request #39 from jwillemsen/jwi-bcc32c
[MPC.git] / config / bison.mpb
blob5d2e21b13b5d976e61dd1aaf39929fe78a71c090
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   }