summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_3834_Regression/CompA.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Bug_3834_Regression/CompA.mpc')
-rw-r--r--CIAO/tests/Bug_3834_Regression/CompA.mpc15
1 files changed, 7 insertions, 8 deletions
diff --git a/CIAO/tests/Bug_3834_Regression/CompA.mpc b/CIAO/tests/Bug_3834_Regression/CompA.mpc
index 206c9232a9d..415cab8baa3 100644
--- a/CIAO/tests/Bug_3834_Regression/CompA.mpc
+++ b/CIAO/tests/Bug_3834_Regression/CompA.mpc
@@ -3,7 +3,6 @@
project(Moo_CompA_idl_gen) : componentidldefaults {
custom_only = 1
- idlflags += -Glfa
idlflags += -Wb,stub_export_macro=COMPA_STUB_Export \
-Wb,stub_export_include=CompA_stub_export.h \
-Wb,skel_export_macro=COMPA_SVNT_Export \
@@ -34,8 +33,8 @@ project(Moo_CompA_lem_gen) : ciaoidldefaults {
project(Moo_CompA_stub) : ccm_stub {
after += Moo_CompA_idl_gen Moo_stub
libs += Moo_stub
-
-
+
+
sharedname = CompA_stub
dynamicflags += COMPA_STUB_BUILD_DLL
@@ -60,8 +59,8 @@ project(Moo_CompA_exec) : ciao_executor {
after += Moo_CompA_lem_gen Moo_CompA_stub
sharedname = CompA_exec
libs += CompA_stub Moo_stub
-
-
+
+
dynamicflags += COMPA_EXEC_BUILD_DLL
IDL_Files {
@@ -91,10 +90,10 @@ project(Moo_CompA_svnt) : ciao_servant {
CompA_stub \
Moo_skel \
Moo_stub
-
-
+
+
dynamicflags += COMPA_SVNT_BUILD_DLL
-
+
IDL_Files {
}