summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/lex.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/lex.mpb')
-rw-r--r--ACE/MPC/config/lex.mpb13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/MPC/config/lex.mpb b/ACE/MPC/config/lex.mpb
new file mode 100644
index 00000000000..c593bcbfd0d
--- /dev/null
+++ b/ACE/MPC/config/lex.mpb
@@ -0,0 +1,13 @@
+// $Id$
+project {
+ requires += lex
+ Define_Custom(LEX) {
+ automatic = 1
+ command = lex
+ commandflags = -t
+ output_option = >
+ pch_postrule = 1
+ inputext = .ll, .l
+ source_outputext = .c, .cpp, .cxx, .cc, .C
+ }
+}