summaryrefslogtreecommitdiff
path: root/trunk/ACE/protocols/tests/RMCast/RMCast.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/protocols/tests/RMCast/RMCast.mpc')
-rw-r--r--trunk/ACE/protocols/tests/RMCast/RMCast.mpc15
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/ACE/protocols/tests/RMCast/RMCast.mpc b/trunk/ACE/protocols/tests/RMCast/RMCast.mpc
new file mode 100644
index 00000000000..12bd8174c4b
--- /dev/null
+++ b/trunk/ACE/protocols/tests/RMCast/RMCast.mpc
@@ -0,0 +1,15 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Sender) : aceexe, exceptions, rmcast {
+ exename = sender
+ Source_Files {
+ Sender.cpp
+ }
+}
+project(*Receiver) : aceexe, exceptions, rmcast {
+ exename = receiver
+ Source_Files {
+ Receiver.cpp
+ }
+}