summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/lex.mpb
blob: c593bcbfd0da80003f066986a3183b4988ee158f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$
project {
  requires += lex
  Define_Custom(LEX) {
    automatic        = 1
    command          = lex
    commandflags     = -t
    output_option    = >
    pch_postrule     = 1
    inputext         = .ll, .l
    source_outputext = .c, .cpp, .cxx, .cc, .C
  }
}