summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/HomeTest/Base/HomeT_Base.mpc
blob: 5c0feebd8a53a6e4f3a9bed1748a6f437523a59b (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 (HomeT_Base_stub) : taoidldefaults, dds4ccm_ts_default {
  sharedname =HomeT_Base_stub
  dynamicflags += HOMET_BASE_STUB_BUILD_DLL
  libout = ../lib

  idlflags += -SS -Sci \
              -Wb,stub_export_macro=HOMET_BASE_STUB_Export \
              -Wb,stub_export_include=HomeT_Base_stub_export.h              

  IDL_Files {
    idlflags += -Gxhst
    HomeT_Base.idl
  }

  opendds_ts_flags += --export=HOMET_BASE_STUB_Export

  DDSGenerator_Files {
    HomeT_Base.idl
  }

  Source_Files {
  }
}