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