summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxies_Benchmark.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Benchmark/Smart_Proxies_Benchmark.mpc')
-rw-r--r--TAO/tests/Smart_Proxies/Benchmark/Smart_Proxies_Benchmark.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxies_Benchmark.mpc b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxies_Benchmark.mpc
new file mode 100644
index 00000000000..ea8e6a3a0d7
--- /dev/null
+++ b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxies_Benchmark.mpc
@@ -0,0 +1,16 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Server): taoexe, portableserver, smart_proxies {
+ Source_Files {
+ server.cpp
+ }
+}
+
+project(*Client): taoexe, portableserver, smart_proxies {
+ Source_Files {
+ client.cpp
+ Smart_Proxy_Impl.cpp
+ }
+}
+