summaryrefslogtreecommitdiff
path: root/config/mpb.mpb
blob: 49bcd76238cf03c23d9f5d92347f827cc31e9cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
// -*- MPC -*-
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_in  = 0
    automatic_out = 0
    inputext      = .mpb
  }
}