summaryrefslogtreecommitdiff
path: root/CIAO/tests
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-07-24 11:27:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-07-24 11:27:11 +0000
commit4b04f035619d0af7e68f9360d104c5ab47079da2 (patch)
tree521c1f87674c9d98eff473a12c86942b4d325d74 /CIAO/tests
parentfc56700a18a98f467b9ab7aee0564eb8a819605e (diff)
downloadATCD-4b04f035619d0af7e68f9360d104c5ab47079da2.tar.gz
Fri Jul 24 11:26:23 UTC 2009 William R. Otte <Wotte@dre.vanderbilt.edu>
Diffstat (limited to 'CIAO/tests')
-rw-r--r--CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.mpc10
1 files changed, 6 insertions, 4 deletions
diff --git a/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.mpc b/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.mpc
index 4d17dbc7dd6..f2129a82b26 100644
--- a/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.mpc
+++ b/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.mpc
@@ -3,6 +3,7 @@
project(IhC_Foo_IhC_Bar_idl_gen) : componentidldefaults {
custom_only = 1
+ requires += dummy_label
idlflags += -Wb,stub_export_macro=IHC_BAR_STUB_Export \
-Wb,stub_export_include=IhC_Bar_stub_export.h \
-Wb,skel_export_macro=IHC_BAR_SVNT_Export \
@@ -17,6 +18,7 @@ project(IhC_Foo_IhC_Bar_idl_gen) : componentidldefaults {
project(IhC_Foo_IhC_Bar_lem_gen) : ciaoidldefaults {
after += IhC_Foo_IhC_Bar_idl_gen
+ requires += dummy_label
custom_only = 1
idlflags += -Wb,stub_export_macro=IHC_BAR_LEM_STUB_Export \
-Wb,stub_export_include=IhC_Bar_lem_stub_export.h \
@@ -30,7 +32,7 @@ project(IhC_Foo_IhC_Bar_lem_gen) : ciaoidldefaults {
project(IhC_Foo_IhC_Bar_lem_stub) : ccm_svnt {
after += IhC_Foo_IhC_Bar_lem_gen IhC_Foo_IhC_Bar_stub IhC_Foo_stub
libs += IhC_Foo_stub IhC_Bar_stub
-
+ requires += dummy_label
sharedname = IhC_Bar_lem_stub
dynamicflags = IHC_BAR_LEM_STUB_BUILD_DLL
@@ -55,7 +57,7 @@ project(IhC_Foo_IhC_Bar_lem_stub) : ccm_svnt {
project(IhC_Foo_IhC_Bar_stub) : ccm_stub {
after += IhC_Foo_IhC_Bar_idl_gen IhC_Foo_stub
libs += IhC_Foo_stub
-
+ requires += dummy_label
sharedname = IhC_Bar_stub
dynamicflags = IHC_BAR_STUB_BUILD_DLL
@@ -81,7 +83,7 @@ project(IhC_Foo_IhC_Bar_exec) : ciao_executor {
after += IhC_Foo_IhC_Bar_lem_stub IhC_Foo_IhC_Bar_stub
sharedname = IhC_Bar_exec
libs += IhC_Bar_stub IhC_Bar_lem_stub IhC_Foo_stub
-
+ requires += dummy_label
dynamicflags = IHC_BAR_EXEC_BUILD_DLL
@@ -108,7 +110,7 @@ project(IhC_Foo_IhC_Bar_svnt) : ciao_servant {
libs += IhC_Bar_stub IhC_Bar_lem_stub \
IhC_Foo_skel \
IhC_Foo_stub
-
+ requires += dummy_label
dynamicflags = IHC_BAR_SVNT_BUILD_DLL