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 #18 from jwillemsen/master
[MPC.git]
/
config
/
rpc.mpb
blob
e4a6f40f7364a2131a8548560fc975504fd1607b
1
// -*- MPC -*-
2
project {
3
requires += rpc
4
Define_Custom(rpcgen) {
5
command = rpcgen
6
commandflags = -C
7
pch_postrule = 1
8
inputext = .x
9
source_pre_extension = _svc, _clnt
10
source_outputext = .c
11
header_outputext = .h
12
}
13
}