summaryrefslogtreecommitdiff
path: root/config/mpb.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-08-03 11:52:59 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-08-03 11:52:59 +0000
commitff742826eaf0145f4da2df0dcf52eda008ccc4e6 (patch)
tree305eef80e5dea0a2b7bd2ad6fcbc5dd20a6160ac /config/mpb.mpb
parent7c8d9e0dfc4c3d1ec02a9b42b854704c2bfbfc41 (diff)
downloadMPC-ff742826eaf0145f4da2df0dcf52eda008ccc4e6.tar.gz
ChangeLogTag: Fri Aug 3 11:53:48 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/mpb.mpb')
-rw-r--r--config/mpb.mpb12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/mpb.mpb b/config/mpb.mpb
new file mode 100644
index 00000000..7ec891e1
--- /dev/null
+++ b/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
+ }
+}