summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/IDL2CPPWrapper/Shapes/Base/I2C_Shapes_Base.mpc
blob: 4396c262684bb4679ed497a569626a7b4d9420a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project(I2C_Shapes_Base_stub) : taoidldefaults, ndds_idltocpp_ts_defaults {
  sharedname = I2C_Shapes_Base_stub
  dynamicflags += SHAPES_BASE_STUB_BUILD_DLL
  libout = ../lib

  idlflags += -SS -Sci \
              -Wb,stub_export_macro=SHAPES_BASE_STUB_Export \
              -Wb,stub_export_include=Shapes_Base_stub_export.h

  IDL_Files {
    idlflags += -Gxhst
    I2C_Shapes_Base.idl
  }

  DDSGenerator_Files {
    I2C_Shapes_Base.idl
  }

  Source_Files {
  }
}