summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Sender/DDS_Sender.mpc
blob: ddca0efee620761404fceaa0c9490ec4b3f28d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
  }
}