summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_ShapeType_msg.mpc
blob: 61b953bb215e8a3ee26004f16c1314527771f7cf (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
26
27
28
29
30
// $Id$

project (Shapes_ShapeType_msg_stub) : taoidldefaults, dds4ccm_ts_default, Shapes {
  idlflags += -SS -Sci \
              -Wb,stub_export_macro=SHAPES_MSG_STUB_Export \
              -Wb,stub_export_include=Shapes_ShapeType_msg_stub_export.h \
              -o GeneratedCode

  libout = ../lib

  sharedname = Shapes_ShapeType_msg_stub
  dynamicflags += SHAPES_MSG_STUB_BUILD_DLL

  IDL_Files {
    idlflags += -Gxhst
    gendir = GeneratedCode
    Shapes_ShapeType_msg.idl
  }

  opendds_ts_flags += --export=SHAPES_BASE_MSG_Export

  DDSGenerator_Files {
    Shapes_ShapeType_msg.idl
    gendir = GeneratedCode
  }

  Source_Files {
  }
}