summaryrefslogtreecommitdiff
path: root/config/rpc.mpb
blob: e4a6f40f7364a2131a8548560fc975504fd1607b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- MPC -*-
project {
  requires += rpc
  Define_Custom(rpcgen) {
    command              = rpcgen
    commandflags         = -C
    pch_postrule         = 1
    inputext             = .x
    source_pre_extension = _svc, _clnt
    source_outputext     = .c
    header_outputext     = .h
  }
}