summaryrefslogtreecommitdiff
path: root/config/rpc.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-10-05 13:53:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-10-05 13:53:34 +0000
commit7d111738bb7c89e4381e0ea76e938fd70fa73414 (patch)
tree11f4d0c7bf28851424e954dfcc59d3109b60f3e1 /config/rpc.mpb
parent93509bb8e7d5d83e4566581af8486df74ad00530 (diff)
downloadMPC-7d111738bb7c89e4381e0ea76e938fd70fa73414.tar.gz
ChangeLogTag: Tue Oct 5 08:53:10 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/rpc.mpb')
-rw-r--r--config/rpc.mpb13
1 files changed, 7 insertions, 6 deletions
diff --git a/config/rpc.mpb b/config/rpc.mpb
index e79af8d6..722389ed 100644
--- a/config/rpc.mpb
+++ b/config/rpc.mpb
@@ -4,11 +4,12 @@
project {
requires += rpc
Define_Custom(rpcgen) {
- command = rpcgen
- commandflags = -C
- pch_postrule = 1
- inputext = .x
- source_outputext = _svc.c, _clnt.c
- header_outputext = .h
+ command = rpcgen
+ commandflags = -C
+ pch_postrule = 1
+ inputext = .x
+ source_pre_extension = _svc, _clnt
+ source_outputext = .c
+ header_outputext = .h
}
}