summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc
blob: 77f20e7d0c9635320a989235ea9c6449e115b875 (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
project (DDS_Goodbye_Namespace_Base_stub) : taoidldefaults, dds4ccm_ts_default {
  sharedname = DDS_Goodbye_Namespace_Base_stub
  dynamicflags += GOODBYE_NAMESPACE_STUB_BUILD_DLL
  libout = ../lib

  idlflags += -SS -Sci \
              -Wb,stub_export_macro=GOODBYE_NAMESPACE_STUB_Export \
              -Wb,stub_export_include=Goodbye_stub_export.h

  IDL_Files {
    idlflags += -Gxhst
    HelloGoodbye.idl
  }

  opendds_ts_flags += --export=GOODBYE_NAMESPACE_STUB_Export

  DDSGenerator_Files {
    HelloGoodbye.idl
  }

  Source_Files {
  }
}