summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/Base/Collocated_Base.mpc
blob: 958f6ebbd66b43bbc3ebc5b1a72b8b64ccbae1a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// $Id$

project (Collocated_Base_stub) : taoidldefaults, dds4ccm_ts_default {
  sharedname = Collocated_Base_stub
  dynamicflags += COLLACATED_BASE_STUB_BUILD_DLL
  libout = ../lib

  idlflags += -SS -Sci \
              -Wb,stub_export_macro=COLLACATED_BASE_STUB_Export \
              -Wb,stub_export_include=Collocated_Base_stub_export.h

  IDL_Files {
    idlflags += -Gxhst
    Collocated_Base.idl
  }

  opendds_ts_flags += --export=COLLACATED_BASE_STUB_Export

  DDSGenerator_Files {
    Collocated_Base.idl
  }

  Source_Files {
  }
}