summaryrefslogtreecommitdiff
path: root/CIAO/tests/DDS/Base/DDSTopicBase.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DDS/Base/DDSTopicBase.mpc')
-rw-r--r--CIAO/tests/DDS/Base/DDSTopicBase.mpc21
1 files changed, 21 insertions, 0 deletions
diff --git a/CIAO/tests/DDS/Base/DDSTopicBase.mpc b/CIAO/tests/DDS/Base/DDSTopicBase.mpc
new file mode 100644
index 00000000000..59f2d195c35
--- /dev/null
+++ b/CIAO/tests/DDS/Base/DDSTopicBase.mpc
@@ -0,0 +1,21 @@
+project (DDSTopicBase) : dcps {
+
+ idlflags += -Wb,export_macro=DDSTopic_Export
+ idlflags += -Wb,export_include=DDSTopic_Export.h
+ dcps_ts_flags += --export=DDSTopic_Export
+ dynamicflags = DDSTOPIC_BUILD_DLL
+
+ TypeSupport_Files {
+ DDSTopic.idl >> DDSTopicTypeSupport.idl DDSTopicTypeSupportImpl.h DDSTopicTypeSupportImpl.cpp
+ }
+
+ IDL_Files {
+ gendir = .
+ DDSTopic.idl
+ DDSTopicTypeSupport.idl
+ }
+
+ Source_Files {
+ DDSTopicTypeSupportImpl.cpp
+ }
+}