diff options
Diffstat (limited to 'performance-tests/RPC/RPC.mpc')
-rw-r--r-- | performance-tests/RPC/RPC.mpc | 14 |
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 |