summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-03-06 06:47:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-03-06 06:47:32 +0000
commitd205238079d659316923640c0e58a8dd2a50b657 (patch)
tree6aa956983a8bb6bcc6236ab384cb32ab7415b690 /CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc
parent41d693ca05f887cd62effe5c8d604a09e1c26bab (diff)
downloadATCD-d205238079d659316923640c0e58a8dd2a50b657.tar.gz
Sat Mar 6 06:47:09 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Base/Base.mpc * dds4ccm/tests/SharedDomainParticipant/SameDatatype/Base/Base.mpc * dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc * dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.mpc Only generate the export file with one idl file
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc')
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc3
1 files changed, 2 insertions, 1 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc
index 344414bb8a7..b4c18b66c2d 100644
--- a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc
+++ b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.mpc
@@ -5,11 +5,12 @@ project (DDS_Goodbye_Namespace_Base_stub) : taoidldefaults, anytypecode, dds4ccm
dynamicflags += GOODBYE_NAMESPACE_STUB_BUILD_DLL
libout = ../lib
- idlflags += -SS -Gxhst -Sci \
+ idlflags += -SS -Sci \
-Wb,stub_export_macro=GOODBYE_NAMESPACE_STUB_Export \
-Wb,stub_export_include=Goodbye_stub_export.h
IDL_Files {
+ idlflags += -Gxhst
HelloGoodbye.idl
}