summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.mpc')
-rw-r--r--modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.mpc26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.mpc b/modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.mpc
new file mode 100644
index 00000000000..407bc39ee51
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.mpc
@@ -0,0 +1,26 @@
+// $Id$
+
+project (Large_Deployment_stub) : ciaoidldefaults, anytypecode, \
+ portableserver, 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 {
+ }
+}