summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc')
-rw-r--r--TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc41
1 files changed, 41 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc b/TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc
new file mode 100644
index 00000000000..8bbd9069095
--- /dev/null
+++ b/TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc
@@ -0,0 +1,41 @@
+// -*- MPC -*-
+// $Id$
+
+project (*idl): taoidldefaults {
+ idlflags -= -Sa -St
+
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project (*sender): orbsvcsexe, rtevent_serv, rtsched {
+ after += *idl
+
+ exename = sender
+ Source_Files {
+ AddrServer.cpp
+ Supplier.cpp
+ sender.cpp
+ TestS.cpp
+ TestC.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project (*receiver) : orbsvcsexe, rtevent_serv, rtsched {
+ after += *idl;
+
+ exename = receiver
+ Source_Files {
+ AddrServer.cpp
+ Consumer.cpp
+ receiver.cpp
+ TestS.cpp
+ TestC.cpp
+ }
+ IDL_Files {
+ }
+}