summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Base/SetConnectorAttribute_Base.mpc
blob: 5d5a42ccba8dd28122abe0f078f842f77ee52211 (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 (DDS_SCABase_stub) : taoidldefaults, anytypecode, 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 {
  }
}