summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Sender/DDS_Sender.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Sender/DDS_Sender.mpc')
-rw-r--r--modules/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Sender/DDS_Sender.mpc15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Sender/DDS_Sender.mpc b/modules/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Sender/DDS_Sender.mpc
new file mode 100644
index 00000000000..ddca0efee62
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Sender/DDS_Sender.mpc
@@ -0,0 +1,15 @@
+// $Id$
+
+project(*sender_plain) : nddslib, acelib, taolib {
+ after += DDS_Throughput_Base_stub_plain
+ exename = DDS_Sender
+ avoids += ace_for_tao
+ libpaths += ../lib
+ libout = ../lib
+ includes += ../Base
+ libs += DDS_Throughput_Base_stub
+
+ Source_Files {
+ Throughput_Sender.cpp
+ }
+}