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