summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Protocols/common/Protocols.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Protocols/common/Protocols.mpc')
-rw-r--r--CIAO/performance-tests/Protocols/common/Protocols.mpc28
1 files changed, 6 insertions, 22 deletions
diff --git a/CIAO/performance-tests/Protocols/common/Protocols.mpc b/CIAO/performance-tests/Protocols/common/Protocols.mpc
index e7dc5609bc2..1b3b8957da1 100644
--- a/CIAO/performance-tests/Protocols/common/Protocols.mpc
+++ b/CIAO/performance-tests/Protocols/common/Protocols.mpc
@@ -1,14 +1,10 @@
// $Id$
// This file is generated with "generate_component_mpc.pl -n Protocols"
-project(Protocols_stub): taolib_with_idl {
+project(Protocols_stub): ciao_client_dnc {
sharedname = Protocols_stub
- idlflags += -St \
- -Wb,stub_export_macro=PROTOCOLS_STUB_Export \
- -Wb,stub_export_include=Protocols_stub_export.h \
- -Wb,skel_export_macro=PROTOCOLS_SKEL_Export \
- -Wb,skel_export_include=Protocols_skel_export.h
+ idlflags += -Wb,stub_export_macro=PROTOCOLS_STUB_Export -Wb,stub_export_include=Protocols_stub_export.h -Wb,skel_export_macro=PROTOCOLS_SVNT_Export -Wb,skel_export_include=Protocols_svnt_export.h
dynamicflags = PROTOCOLS_STUB_BUILD_DLL
IDL_Files {
@@ -18,23 +14,15 @@ project(Protocols_stub): taolib_with_idl {
Source_Files {
ProtocolsC.cpp
}
-
- Header_Files {
- Protocols_stub_export.h
- }
}
-project(Protocols_skel) : portableserver {
+project(Protocols_svnt) : ciao_servant_dnc {
after += Protocols_stub
- sharedname = Protocols_skel
+ sharedname = Protocols_svnt
libs += Protocols_stub
- idlflags += -St \
- -Wb,stub_export_macro=PROTOCOLS_STUB_Export \
- -Wb,stub_export_include=Protocols_stub_export.h \
- -Wb,skel_export_macro=PROTOCOLS_SKEL_Export \
- -Wb,skel_export_include=Protocols_skel_export.h
- dynamicflags = PROTOCOLS_SKEL_BUILD_DLL
+ idlflags += -Wb,export_macro=PROTOCOLS_SVNT_Export -Wb,export_include=Protocols_svnt_export.h
+ dynamicflags = PROTOCOLS_SVNT_BUILD_DLL
IDL_Files {
Protocols.idl
@@ -43,10 +31,6 @@ project(Protocols_skel) : portableserver {
Source_Files {
ProtocolsS.cpp
}
-
- Header_Files {
- Protocols_skel_export.h
- }
}