summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/VariousTopicsEvent/Base/VTopic_Base.mpc
blob: c6fc6f2306ca6ff25828bf6c5331471b8a1afe0a (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_VTopic_Base_stub) : taoidldefaults, anytypecode, dds4ccm_ts_default {
  sharedname = DDS_VTopic_Base_stub
  dynamicflags += VTOPIC_BASE_STUB_BUILD_DLL
  libout = ../lib

  idlflags += -SS -Gxhst -Sci \
              -Wb,stub_export_macro=VTOPIC_BASE_STUB_Export \
              -Wb,stub_export_include=VTopic_Base_stub_export.h

  IDL_Files {
    VTopic_Base.idl
  }

  opendds_ts_flags += --export=VTOPIC_BASE_STUB_Export

  DDSGenerator_Files {
    VTopic_Base.idl
  }

  Source_Files {
  }
}