summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/RPC/RPC.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/RPC/RPC.mpc')
-rw-r--r--ACE/performance-tests/RPC/RPC.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/performance-tests/RPC/RPC.mpc b/ACE/performance-tests/RPC/RPC.mpc
new file mode 100644
index 00000000000..feccec74ce5
--- /dev/null
+++ b/ACE/performance-tests/RPC/RPC.mpc
@@ -0,0 +1,17 @@
+// -*- MPC -*-
+// $Id$
+
+project(*client) : aceexe, rpc {
+ source_files {
+ client.cpp
+ ping_clnt.c
+ }
+}
+
+project(*server) : aceexe, rpc {
+ exename = server
+ source_files {
+ server.c
+ ping_svc.c
+ }
+} \ No newline at end of file