summaryrefslogtreecommitdiff
path: root/CIAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-10-08 14:49:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-10-08 14:49:16 +0000
commit50ab7d9a4e521386ede2cc0b886efc1e55c29924 (patch)
treef3e0d98e9e09e2a2a2c8f72e64e3e1c8312990dd /CIAO
parent60551e1c94c321e24580d2c2aa651e5187e9f17b (diff)
downloadATCD-50ab7d9a4e521386ede2cc0b886efc1e55c29924.tar.gz
Diffstat (limited to 'CIAO')
-rw-r--r--CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.mpc17
1 files changed, 6 insertions, 11 deletions
diff --git a/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.mpc b/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.mpc
index f2129a82b26..c540d6a1c9f 100644
--- a/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.mpc
+++ b/CIAO/tests/IDL_Test/Inherited_Component/IhC_Bar.mpc
@@ -3,7 +3,7 @@
project(IhC_Foo_IhC_Bar_idl_gen) : componentidldefaults {
custom_only = 1
- requires += dummy_label
+ after += IhC_Foo_idl_gen
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 \
@@ -18,7 +18,6 @@ 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 \
@@ -32,8 +31,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
@@ -57,8 +55,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
@@ -83,8 +80,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
IDL_Files {
@@ -110,10 +106,9 @@ 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
-
+
IDL_Files {
}