summaryrefslogtreecommitdiff
path: root/flat/CIAO/tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'flat/CIAO/tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc')
-rw-r--r--flat/CIAO/tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc30
1 files changed, 14 insertions, 16 deletions
diff --git a/flat/CIAO/tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc b/flat/CIAO/tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc
index 84d9135dbd9..53134fa65f4 100644
--- a/flat/CIAO/tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc
+++ b/flat/CIAO/tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent.mpc
@@ -22,11 +22,11 @@ project(SimpleComponent_cidl_gen) : ciaocidldefaults, taoidldefaults {
idlflags += -Wb,export_macro=SIMPLECOMPONENT_EXEC_Export \
-Wb,export_include=SimpleComponent_exec_export.h \
-SS
-
+
CIDL_Files {
SimpleComponent.cidl
}
-
+
IDL_Files {
SimpleComponentE.idl
}
@@ -34,9 +34,9 @@ project(SimpleComponent_cidl_gen) : ciaocidldefaults, taoidldefaults {
project(SimpleComponent_stub) : ccm_stub {
avoids += ace_for_tao
- after += SimpleComponent_idl_gen
- libs +=
-
+ after += SimpleComponent_idl_gen
+ libs +=
+
sharedname = SimpleComponent_stub
dynamicflags = SIMPLECOMPONENT_STUB_BUILD_DLL
@@ -61,8 +61,8 @@ project(SimpleComponent_exec) : ciao_executor, ccm_svnt {
avoids += ace_for_tao
after += SimpleComponent_cidl_gen SimpleComponent_svnt
sharedname = SimpleComponent_exec
- libs += SimpleComponent_stub SimpleComponent_svnt
-
+ libs += SimpleComponent_stub SimpleComponent_svnt
+
dynamicflags = SIMPLECOMPONENT_EXEC_BUILD_DLL
IDL_Files {
@@ -72,13 +72,13 @@ project(SimpleComponent_exec) : ciao_executor, ccm_svnt {
SimpleComponentEC.cpp
SimpleComponent_exec.cpp
}
-
+
Header_Files {
SimpleComponentEC.h
SimpleComponent_exec.h
SimpleComponent_exec_export.h
}
-
+
Inline_Files {
SimpleComponentEC.inl
}
@@ -88,28 +88,26 @@ project(SimpleComponent_exec) : ciao_executor, ccm_svnt {
project(SimpleComponent_svnt) : ciao_servant, ccm_svnt {
avoids += ace_for_tao
sharedname = SimpleComponent_svnt
- libs += SimpleComponent_stub
+ libs += SimpleComponent_stub SimpleComponent_exec
after += SimpleComponent_stub SimpleComponent_cidl_gen
dynamicflags = SIMPLECOMPONENT_SVNT_BUILD_DLL
-
+
CIDL_Files {
}
-
IDL_Files {
}
-
Source_Files {
SimpleComponentS.cpp
SimpleComponentEC.cpp
SimpleComponent_svnt.cpp
}
-
+
Header_Files {
SimpleComponentS.h
SimpleComponent_svnt.h
SimpleComponent_svnt_export.h
}
-
+
Inline_Files {
SimpleComponentS.inl
}
@@ -123,4 +121,4 @@ project (SimpleComponent_CIAOComponentServer_Test) : ciao_componentserver_stub,
Source_Files {
client.cpp
}
-} \ No newline at end of file
+}