summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.mpc
blob: 5cf821a62c13f4446631a13609373c59c8c7d866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project (Large_Deployment_stub) : taoidldefaults, dds4ccm_ts_default {
  sharedname = Large_Deployment_stub
  dynamicflags += LARGE_DEPLOYMENT_COMMON_STUB_BUILD_DLL
  libout = ../lib

  idlflags += -Gxhst \
              -Wb,export_macro=LARGE_DEPLOYMENT_COMMON_STUB_Export \
              -Wb,export_include=Large_Deployment_Common_stub_export.h

  IDL_Files {
    Common.idl
  }

  opendds_ts_flags += --export=LARGE_DEPLOYMENT_COMMON_STUB_Export

  DDSGenerator_Files {
    Common.idl
  }

  Source_Files {
  }
}