summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc')
-rw-r--r--TAO/CIAO/DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc26
1 files changed, 18 insertions, 8 deletions
diff --git a/TAO/CIAO/DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc b/TAO/CIAO/DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc
index cded34e3b3a..c2d0c37e844 100644
--- a/TAO/CIAO/DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc
+++ b/TAO/CIAO/DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc
@@ -2,8 +2,8 @@
// This file is generated with "generate_component_mpc.pl -n Hello_Base"
project(Hello_Base_DnC_stub): ciao_client_dnc {
-
- sharedname = Hello_Base_DnC_stub
+
+ sharedname = Hello_Base_stub
idlflags += -Wb,stub_export_macro=HELLO_BASE_STUB_Export -Wb,stub_export_include=Hello_Base_stub_export.h -Wb,skel_export_macro=HELLO_BASE_SVNT_Export -Wb,skel_export_include=Hello_Base_svnt_export.h
dynamicflags = HELLO_BASE_STUB_BUILD_DLL
@@ -16,19 +16,29 @@ project(Hello_Base_DnC_stub): ciao_client_dnc {
}
}
-project(Hello_Base_DnC_svnt) : ciao_server_dnc {
- after += Hello_Base_DnC_stub
- sharedname = Hello_Base_DnC_svnt
- libs += Hello_Base_DnC_stub
+project(Hello_Base_DnC_svnt) : ciao_servant_dnc {
+ after += Hello_Base_stub
+ sharedname = Hello_Base_svnt
+ libs += Hello_Base_stub
- idlflags += -Wb,stub_export_macro=HELLO_BASE_STUB_Export -Wb,stub_export_include=Hello_Base_stub_export.h -Wb,skel_export_macro=HELLO_BASE_SVNT_Export -Wb,skel_export_include=Hello_Base_svnt_export.h
+ idlflags += -Wb,export_macro=HELLO_BASE_SVNT_Export -Wb,export_include=Hello_Base_svnt_export.h
dynamicflags = HELLO_BASE_SVNT_BUILD_DLL
+ CIDL_Files {
+ Hello_Base.cidl
+ }
+
IDL_Files {
- Hello_Base.idl
+ Hello_BaseE.idl
}
Source_Files {
+ Hello_BaseEC.cpp
Hello_BaseS.cpp
+ Hello_Base_svnt.cpp
}
}
+
+
+
+