Subversion Repositories gelsvn

Rev

Rev 107 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 bj 1
// $Id: bison.mpb 107 2005-09-02 16:42:23Z bj $
2
project {
3
  Define_Custom(BISON) {
4
    automatic        = 1
5
    command          = bison
6
    commandflags     = -d
7
    pch_postrule     = 1
8
    inputext         = .yy, .y
9
    pre_extension    = .tab
10
    source_outputext = .c, .cpp, .cxx, .cc, .C
11
    header_outputext = .h, .hpp, .hxx, .hh
12
  }
13
}