repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #217 from jwillemsen/jwi-linkerflags
[MPC.git]
/
config
/
flex.mpb
blob
1d0fc007ef87155135777f3bbf7783ebd846f06d
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
}
11
}