summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/rmcast.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/rmcast.mpb')
-rw-r--r--ACE/bin/MakeProjectCreator/config/rmcast.mpb9
1 files changed, 9 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/rmcast.mpb b/ACE/bin/MakeProjectCreator/config/rmcast.mpb
new file mode 100644
index 00000000000..ac9427c3d2a
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/rmcast.mpb
@@ -0,0 +1,9 @@
+// -*- MPC -*-
+// $Id$
+
+project : acelib, threads {
+ avoids += ace_for_tao
+ after += RMCast
+ libs += ACE_RMCast
+ includes += $(ACE_ROOT)/protocols
+}