summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Sender/DDS_Sender.mpc
blob: 478971923b6a17f761b39c25d8445207a2c74c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

project(*sender_plain) : nddslib, acelib, taolib, typecode {
  after += DDS_Throughput_Base_stub_plain
  exename = DDS_Sender
  avoids += ace_for_tao
  libpaths += ../lib
  libout = ../lib
  includes += ../Base
  libs  += DDS_Throughput_Base_stub

  requires += dds4ccm_ndds

  Source_Files {
    Throughput_Sender.cpp
  }
}