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