summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/FixedSizeStruct/EventConnector/Base/FSS_Event_Base.mpc
blob: 504f7e0d8329be801a9def894a9c642a31a5f82d (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
// $Id$

project (DDS_FSS_Event_Base_stub) : taoidldefaults, anytypecode, dds4ccm_ts_default {
  sharedname = DDS_FSS_Event_Base_stub
  dynamicflags += FIXED_SIZE_STRUCT_EVENT_BASE_STUB_BUILD_DLL
  libout = ../lib

  idlflags += -SS -Gxhst -Sci \
              -Wb,stub_export_macro=FIXED_SIZE_STRUCT_EVENT_BASE_STUB_Export \
              -Wb,stub_export_include=FSS_Event_Base_stub_export.h

  IDL_Files {
    FSS_Event_Base.idl
  }

  opendds_ts_flags += --export=FIXED_SIZE_STRUCT_EVENT_BASE_STUB_Export

  DDSGenerator_Files {
    FSS_Event_Base.idl
  }

  Source_Files {
  }
}