Go to most recent revision | Blame | Last modification | View Log | RSS feed
// -*- MPC -*-
// $Id: rpc.mpb 107 2005-09-02 16:42:23Z bj $
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
}
}