summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/HUDisplay.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/OEP/Display/HUDisplay.mpc')
-rw-r--r--TAO/CIAO/examples/OEP/Display/HUDisplay.mpc31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/CIAO/examples/OEP/Display/HUDisplay.mpc b/TAO/CIAO/examples/OEP/Display/HUDisplay.mpc
deleted file mode 100644
index 03edf2dff7d..00000000000
--- a/TAO/CIAO/examples/OEP/Display/HUDisplay.mpc
+++ /dev/null
@@ -1,31 +0,0 @@
-// $Id$
-// This file is modified from a file generated with
-// "generate_component_mpc.pl -n HUDisplay"
-
-project(HUDisplay_stub): ciao_client {
-
- sharedname = HUDisplay_stub
- idlflags += -Wb,stub_export_macro=HUDISPLAY_STUB_Export -Wb,stub_export_include=HUDisplay_stub_export.h -Wb,skel_export_macro=HUDISPLAY_SVNT_Export -Wb,skel_export_include=HUDisplay_svnt_export.h
- dynamicflags = HUDISPLAY_STUB_BUILD_DLL
-
- IDL_Files {
- HUDisplay.idl
- }
-
- Source_Files {
- HUDisplayC.cpp
- }
-}
-
-project(HUDisplay_svnt) : ciao_server {
- after += HUDisplay_stub
- sharedname = HUDisplay_svnt
- libs += HUDisplay_stub
-
- idlflags += -Wb,export_macro=HUDISPLAY_SVNT_Export -Wb,export_include=HUDisplay_svnt_export.h
- dynamicflags = HUDISPLAY_SVNT_BUILD_DLL
-
- Source_Files {
- HUDisplayS.cpp
- }
-}