summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/bison.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/bison.mpb')
-rw-r--r--ACE/MPC/config/bison.mpb14
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/MPC/config/bison.mpb b/ACE/MPC/config/bison.mpb
new file mode 100644
index 00000000000..7fc4c776e8b
--- /dev/null
+++ b/ACE/MPC/config/bison.mpb
@@ -0,0 +1,14 @@
+// $Id$
+project {
+ requires += bison
+ Define_Custom(BISON) {
+ automatic = 1
+ command = bison
+ commandflags = -d
+ pch_postrule = 1
+ inputext = .yy, .y
+ pre_extension = .tab
+ source_outputext = .c, .cpp, .cxx, .cc, .C
+ header_outputext = .h, .hpp, .hxx, .hh
+ }
+}