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
Revert "Default to x64 as default Visual Studio 2017/2019 platform"
[MPC.git]
/
config
/
lex.mpb
blob
c5a3f076b3e06c09b52be59e2986a08a4f77fdc0
1
project {
2
requires += lex
3
Define_Custom(LEX) {
4
command = lex
5
commandflags = -t
6
output_option = >
7
pch_postrule = 1
8
inputext = .ll, .l
9
source_outputext = .c, .cpp, .cxx, .cc, .C
10
}
11
}