summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/SimplePerformance/SimplePerformance.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/SimplePerformance/SimplePerformance.mpc')
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/SimplePerformance.mpc41
1 files changed, 41 insertions, 0 deletions
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/SimplePerformance.mpc b/TAO/examples/PluggableUDP/tests/SimplePerformance/SimplePerformance.mpc
new file mode 100644
index 00000000000..ed5ce859b74
--- /dev/null
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/SimplePerformance.mpc
@@ -0,0 +1,41 @@
+// -*- MPC -*-
+// $Id$
+
+project(*IDL): taoidldefaults {
+ idlflags += -Sp -Sd
+
+ IDL_Files {
+ test.idl
+ }
+
+ custom_only = 1
+}
+
+project(*server): taoserver, strategies {
+ exename = server
+ after += *IDL
+
+ Source_Files {
+ server.cpp
+ test_i.cpp
+ testS.cpp
+ testC.cpp
+ }
+
+ IDL_Files {
+ }
+}
+
+project(*client): taoserver, strategies {
+ exename = client
+ after += *IDL
+
+ Source_Files {
+ client.cpp
+ testC.cpp
+ }
+
+ IDL_Files {
+ }
+}
+