summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/PSLSampleLost/Base/PSL_SampleLost_Base.mpc
blob: a637f97a26c517ff31b0bee8e2cc66d0cd9b7594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

project (DDS_PSL_SampleLost_Base_stub) : taoidldefaults, anytypecode, dds4ccm_ts_default {
  sharedname = *
  dynamicflags += PSL_SAMPLELOST_BASE_STUB_BUILD_DLL
  libout = ../lib

  idlflags += -SS -Gxhst -Sci \
              -Wb,stub_export_macro=PSL_SAMPLELOST_BASE_STUB_Export \
              -Wb,stub_export_include=PSL_SampleLost_Base_stub_export.h

  IDL_Files {
    PSL_SampleLost_Base.idl
  }

  opendds_ts_flags += --export=PSL_SAMPLELOST_BASE_STUB_Export

  DDSGenerator_Files {
    PSL_SampleLost_Base.idl
  }
}