Rev 107 | Blame | Compare with Previous | Last modification | View Log | RSS feed
// $Id: bison.mpb 107 2005-09-02 16:42:23Z bj $
project {
Define_Custom(BISON) {
automatic = 1
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
}
}