summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.mpc')
-rw-r--r--CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.mpc5
1 files changed, 5 insertions, 0 deletions
diff --git a/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.mpc b/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.mpc
index 71b31c21cad..0b69a7ac2d6 100644
--- a/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.mpc
+++ b/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.mpc
@@ -1,6 +1,7 @@
// $Id$
project(KitchenSink_idl_gen) : componentidldefaults {
+ requires += dummy_label
custom_only = 1
idlflags += -Gex \
-Wb,stub_export_macro=KITCHENSINK_STUB_Export \
@@ -18,6 +19,7 @@ project(KitchenSink_idl_gen) : componentidldefaults {
}
project(KitchenSink_lem_gen) : ciaoidldefaults {
+ requires += dummy_label
after += KitchenSink_idl_gen
custom_only = 1
idlflags += -Wb,export_macro=KITCHENSINK_EXEC_Export \
@@ -30,6 +32,7 @@ project(KitchenSink_lem_gen) : ciaoidldefaults {
}
project(KitchenSink_stub) : ccm_stub {
+ requires += dummy_label
after += KitchenSink_idl_gen
sharedname = KitchenSink_stub
@@ -53,6 +56,7 @@ project(KitchenSink_stub) : ccm_stub {
}
project(KitchenSink_exec) : ciao_executor {
+ requires += dummy_label
after += KitchenSink_lem_gen KitchenSink_stub
sharedname = KitchenSink_exec
libs += KitchenSink_stub
@@ -79,6 +83,7 @@ project(KitchenSink_exec) : ciao_executor {
}
project(KitchenSink_svnt) : ciao_servant {
+ requires += dummy_label
after += KitchenSink_exec
sharedname = KitchenSink_svnt
libs += KitchenSink_exec \