summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Base/SetConnectorAttribute_Base.mpc
blob: fff9c36f8b5887267e0a47e098712d0e67fee55e (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_SCABase_stub) : taoidldefaults, dds4ccm_ts_default {
  sharedname = DDS_SCABase_stub
  dynamicflags += SETCONNECTORATTRIBUTE_BASE_STUB_BUILD_DLL
  libout = ../lib

  idlflags += -SS -Sci \
              -Wb,stub_export_macro=SETCONNECTORATTRIBUTE_BASE_STUB_Export \
              -Wb,stub_export_include=SetConnectorAttribute_Base_stub_export.h

  IDL_Files {
    idlflags += -Gxhst
    SetConnectorAttribute_Base.idl
  }

  opendds_ts_flags += --export=SETCONNECTORATTRIBUTE_BASE_STUB_Export

  DDSGenerator_Files {
    SetConnectorAttribute_Base.idl
  }

  Source_Files {
  }
}