Subversion Repositories gelsvn

Rev

Rev 107 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 bj 1
// -*- MPC -*-
2
// $Id: rpc.mpb 107 2005-09-02 16:42:23Z bj $
3
 
4
project {
5
  requires += rpc
6
  Define_Custom(rpcgen) {
7
    command              = rpcgen
8
    commandflags         = -C
9
    pch_postrule         = 1
10
    inputext             = .x
11
    source_pre_extension = _svc, _clnt
12
    source_outputext     = .c
13
    header_outputext     = .h
14
  }
15
}