summaryrefslogtreecommitdiff
path: root/config/rpc.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-04-05 15:43:33 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-04-05 15:43:33 +0000
commit6e7b55cae05f4babb0050a5796221c9079e8e6e4 (patch)
treea4b5566f7629733c7eba7c967ed5601c491a64be /config/rpc.mpb
parent1dd08a7b7175c535fa94f3239927dbb89ba811f6 (diff)
downloadMPC-6e7b55cae05f4babb0050a5796221c9079e8e6e4.tar.gz
ChangeLogTag: Mon Apr 5 10:43:03 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/rpc.mpb')
-rw-r--r--config/rpc.mpb14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/rpc.mpb b/config/rpc.mpb
new file mode 100644
index 00000000..e79af8d6
--- /dev/null
+++ b/config/rpc.mpb
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ requires += rpc
+ Define_Custom(rpcgen) {
+ command = rpcgen
+ commandflags = -C
+ pch_postrule = 1
+ inputext = .x
+ source_outputext = _svc.c, _clnt.c
+ header_outputext = .h
+ }
+}