repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #39 from jwillemsen/jwi-bcc32c
[MPC.git]
/
config
/
mpb.mpb
blob
49bcd76238cf03c23d9f5d92347f827cc31e9cfb
1
// -*- MPC -*-
2
project {
3
// Allow users to specify .mpb files in their project. This gives the
4
// opportunity to see them in IDE's and to install them using
5
// prj_install.pl.
6
Define_Custom(MPB) {
7
automatic_in = 0
8
automatic_out = 0
9
inputext = .mpb
10
}
11
}