Merge pull request #217 from jwillemsen/jwi-linkerflags
[MPC.git] / config / flex.mpb
blob1d0fc007ef87155135777f3bbf7783ebd846f06d
1 project {
2   requires += flex
3   Define_Custom(FLEX) {
4     command          = flex
5     commandflags     = -t
6     output_option    = >
7     pch_postrule     = 1
8     inputext         = .ll, .l
9     source_outputext = .c, .cpp, .cxx, .cc, .C
10   }