summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/rpc.mpb
blob: 9cade9b60a83978e72be9b497ac4a5ae7adb5903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- MPC -*-
// $Id$

project {
  requires += rpc
  Define_Custom(rpcgen) {
    command          = rpcgen
    inputext         = .x
    source_outputext = .c
    header_outputext = .h
    pre_extension    = _svc,_clnt
  }
}