summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Derived/Derived.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/Derived/Derived.mpc')
-rw-r--r--CIAO/connectors/dds4ccm/tests/Derived/Derived.mpc22
1 files changed, 0 insertions, 22 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/Derived/Derived.mpc b/CIAO/connectors/dds4ccm/tests/Derived/Derived.mpc
deleted file mode 100644
index 8d33e93b753..00000000000
--- a/CIAO/connectors/dds4ccm/tests/Derived/Derived.mpc
+++ /dev/null
@@ -1,22 +0,0 @@
-project (Derived_stub) : taoidldefaults, dds4ccm_ts_default {
- sharedname = Derived_stub
- dynamicflags += NOMODULE_COMMON_STUB_BUILD_DLL
-
- idlflags += -SS -Sci \
- -Wb,stub_export_macro=NOMODULE_COMMON_STUB_Export \
- -Wb,stub_export_include=Derived_Common_stub_export.h
-
- IDL_Files {
- idlflags += -Gxhst
- Derived.idl
- }
-
- opendds_ts_flags += --export=NOMODULE_COMMON_STUB_Export
-
- DDSGenerator_Files {
- Derived.idl
- }
-
- Source_Files {
- }
-}