summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/rpc.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/rpc.mpb')
-rw-r--r--bin/MakeProjectCreator/config/rpc.mpb13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/rpc.mpb b/bin/MakeProjectCreator/config/rpc.mpb
new file mode 100644
index 00000000000..9cade9b60a8
--- /dev/null
+++ b/bin/MakeProjectCreator/config/rpc.mpb
@@ -0,0 +1,13 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ requires += rpc
+ Define_Custom(rpcgen) {
+ command = rpcgen
+ inputext = .x
+ source_outputext = .c
+ header_outputext = .h
+ pre_extension = _svc,_clnt
+ }
+} \ No newline at end of file