summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc')
-rw-r--r--TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc b/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc
index b5c00fea2c8..4bfcf5bcd20 100644
--- a/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc
+++ b/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc
@@ -2,7 +2,7 @@
// 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
idlflags += -Sc \
-Wb,stub_export_macro=HELLO_BASE_STUB_Export \
@@ -18,11 +18,11 @@ project(Hello_Base_DnC_stub): ciao_client_dnc {
Source_Files {
Hello_BaseC.cpp
}
-
+
Header_Files {
Hello_BaseC.h
}
-
+
Inline_Files {
Hello_BaseC.inl
}
@@ -31,14 +31,14 @@ project(Hello_Base_DnC_stub): ciao_client_dnc {
project(Hello_Base_DnC_svnt) : ciao_servant_dnc {
after += Hello_Base_DnC_stub
sharedname = Hello_Base_DnC_svnt
- libs += Hello_Base_DnC_stub
-
+ libs += Hello_Base_DnC_stub
+
idlflags += -Sc \
-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_SVNT_BUILD_DLL
+ dynamicflags = HELLO_BASE_SVNT_BUILD_DLL
IDL_Files {
Hello_Base.idl
@@ -47,11 +47,11 @@ project(Hello_Base_DnC_svnt) : ciao_servant_dnc {
Source_Files {
Hello_BaseS.cpp
}
-
+
Header_Files {
Hello_BaseS.h
}
-
+
Inline_Files {
Hello_BaseS.inl
}