summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/Extension/Cornucopia.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL_Test/Extension/Cornucopia.mpc')
-rw-r--r--CIAO/tests/IDL_Test/Extension/Cornucopia.mpc7
1 files changed, 6 insertions, 1 deletions
diff --git a/CIAO/tests/IDL_Test/Extension/Cornucopia.mpc b/CIAO/tests/IDL_Test/Extension/Cornucopia.mpc
index 88ea286251b..d90968870dc 100644
--- a/CIAO/tests/IDL_Test/Extension/Cornucopia.mpc
+++ b/CIAO/tests/IDL_Test/Extension/Cornucopia.mpc
@@ -1,6 +1,7 @@
// $Id$
project(Cornucopia_Ext_idl_gen) : componentidldefaults {
+ requires += dummy_label
custom_only = 1
idlflags += -Wb,stub_export_macro=CORNUCOPIA_STUB_Export \
-Wb,stub_export_include=Cornucopia_stub_export.h \
@@ -19,6 +20,7 @@ project(Cornucopia_Ext_idl_gen) : componentidldefaults {
}
project(Cornucopia_Ext_lem_gen) : ciaoidldefaults {
+ requires += dummy_label
custom_only = 1
after += Cornucopia_Ext_idl_gen
idlflags += -Wb,export_macro=CORNUCOPIA_EXEC_Export \
@@ -32,6 +34,7 @@ project(Cornucopia_Ext_lem_gen) : ciaoidldefaults {
}
project(Cornucopia_Ext_stub) : ccm_stub {
+ requires += dummy_label
after += Cornucopia_Ext_idl_gen
sharedname = Cornucopia_stub
@@ -55,6 +58,7 @@ project(Cornucopia_Ext_stub) : ccm_stub {
}
project(Cornucopia_Ext_exec) : ciao_executor, ccm_extension_stub {
+ requires += dummy_label
after += Cornucopia_Ext_lem_gen Cornucopia_Ext_stub
sharedname = Cornucopia_exec
libs += Cornucopia_stub
@@ -81,6 +85,7 @@ project(Cornucopia_Ext_exec) : ciao_executor, ccm_extension_stub {
}
project(Cornucopia_Ext_skel) : ccm_svnt, ccm_extension_stub {
+ requires += dummy_label
after += Cornucopia_Ext_stub
sharedname = Cornucopia_skel
libs += Cornucopia_stub
@@ -100,11 +105,11 @@ project(Cornucopia_Ext_skel) : ccm_svnt, ccm_extension_stub {
}
Inline_Files {
- CornucopiaS.inl
}
}
project(Cornucopia_Ext_svnt) : ciao_servant, ccm_extension_stub, ciao_extension_container_stub {
+ requires += dummy_label
after += Cornucopia_Ext_exec Cornucopia_Ext_skel Cornucopia_Ext_stub
sharedname = Cornucopia_svnt
libs += Cornucopia_exec \