summaryrefslogtreecommitdiff
path: root/config/bison.mpb
blob: 5d2e21b13b5d976e61dd1aaf39929fe78a71c090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
project {
  requires += bison
  Define_Custom(BISON) {
    command          = bison
    commandflags     = -d
    pch_postrule     = 1
    inputext         = .yy, .y
    pre_extension    = .tab
    source_outputext = .c, .cpp, .cxx, .cc, .C
    header_outputext = .h, .hpp, .hxx, .hh
  }
}