summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/mpb.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/mpb.mpb')
-rw-r--r--ACE/MPC/config/mpb.mpb12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/MPC/config/mpb.mpb b/ACE/MPC/config/mpb.mpb
new file mode 100644
index 00000000000..7ec891e1dd2
--- /dev/null
+++ b/ACE/MPC/config/mpb.mpb
@@ -0,0 +1,12 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ // Allow users to specify .mpb files in their project. This gives the
+ // opportunity to see them in IDE's and to install them using
+ // prj_install.pl.
+ Define_Custom(MPB) {
+ automatic = 0
+ inputext = .mpb
+ }
+}