summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/rpc.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/rpc.mpb')
-rw-r--r--ACE/MPC/config/rpc.mpb15
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/MPC/config/rpc.mpb b/ACE/MPC/config/rpc.mpb
new file mode 100644
index 00000000000..722389edeac
--- /dev/null
+++ b/ACE/MPC/config/rpc.mpb
@@ -0,0 +1,15 @@
+// -*- MPC -*-
+// $Id$
+
+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
+ }
+}