summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Protocols/common/Protocols.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/performance-tests/Protocols/common/Protocols.mpc')
-rw-r--r--TAO/CIAO/performance-tests/Protocols/common/Protocols.mpc38
1 files changed, 0 insertions, 38 deletions
diff --git a/TAO/CIAO/performance-tests/Protocols/common/Protocols.mpc b/TAO/CIAO/performance-tests/Protocols/common/Protocols.mpc
deleted file mode 100644
index 43caa154675..00000000000
--- a/TAO/CIAO/performance-tests/Protocols/common/Protocols.mpc
+++ /dev/null
@@ -1,38 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -n Protocols"
-
-project(Protocols_stub): ciao_client_dnc {
-
- sharedname = Protocols_stub
- 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 {
- Protocols.idl
- }
-
- Source_Files {
- ProtocolsC.cpp
- }
-}
-
-project(Protocols_svnt) : ciao_servant_dnc {
- after += Protocols_stub
- sharedname = Protocols_svnt
- libs += Protocols_stub
-
- idlflags += -Wb,export_macro=PROTOCOLS_SVNT_Export -Wb,export_include=Protocols_svnt_export.h
- dynamicflags = PROTOCOLS_SVNT_BUILD_DLL
-
- IDL_Files {
- Protocols.idl
- }
-
- Source_Files {
- ProtocolsS.cpp
- }
-}
-
-
-
-