summaryrefslogtreecommitdiff
path: root/performance-tests/RPC/RPC.mpc
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 22:58:10 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 22:58:10 +0000
commitec2bcd7b390ec6c54a9d404e5c675c71892ee8b4 (patch)
treefd350f506c7a46309176e7d773cb5b7a5962c7d3 /performance-tests/RPC/RPC.mpc
parent1b130bd06994216696870c1749cca1fc60ee8b00 (diff)
downloadATCD-ec2bcd7b390ec6c54a9d404e5c675c71892ee8b4.tar.gz
Wed Nov 12 16:55:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'performance-tests/RPC/RPC.mpc')
-rw-r--r--performance-tests/RPC/RPC.mpc14
1 files changed, 14 insertions, 0 deletions
diff --git a/performance-tests/RPC/RPC.mpc b/performance-tests/RPC/RPC.mpc
new file mode 100644
index 00000000000..3c0562ae928
--- /dev/null
+++ b/performance-tests/RPC/RPC.mpc
@@ -0,0 +1,14 @@
+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