summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/Display_Base/Display_Base.mpc
diff options
context:
space:
mode:
authorseibelr <seibelr@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 22:12:20 +0000
committerseibelr <seibelr@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 22:12:20 +0000
commit47b676670dc9373bc77af80388e0b51e36134738 (patch)
treeaacce0809279e1d142e7b196a84ff10dfbdae4d0 /CIAO/examples/Display/Display_Base/Display_Base.mpc
parent3dd4e2fe6c64de3a9db04757eade78d764b578f1 (diff)
downloadATCD-GH5_0port.tar.gz
Added the ACE and TAO for this branchGH5_0port
Diffstat (limited to 'CIAO/examples/Display/Display_Base/Display_Base.mpc')
-rw-r--r--CIAO/examples/Display/Display_Base/Display_Base.mpc52
1 files changed, 0 insertions, 52 deletions
diff --git a/CIAO/examples/Display/Display_Base/Display_Base.mpc b/CIAO/examples/Display/Display_Base/Display_Base.mpc
deleted file mode 100644
index 0b834017746..00000000000
--- a/CIAO/examples/Display/Display_Base/Display_Base.mpc
+++ /dev/null
@@ -1,52 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -n Display_Base"
-
-project(Display_Base_stub): ciao_client_dnc {
-
- sharedname = Display_Base_stub
- idlflags += -Wb,stub_export_macro=DISPLAY_BASE_STUB_Export \
- -Wb,stub_export_include=Display_Base_stub_export.h \
- -Wb,skel_export_macro=DISPLAY_BASE_SKEL_Export \
- -Wb,skel_export_include=Display_Base_skel_export.h
- dynamicflags = DISPLAY_BASE_STUB_BUILD_DLL
-
- IDL_Files {
- Display_Base.idl
- }
-
- Source_Files {
- Display_BaseC.cpp
- }
-
- Header_Files {
- Display_Base_stub_export.h
- }
-}
-
-project(Display_Base_skel) : ciao_servant_dnc {
- after += Display_Base_stub
- sharedname = Display_Base_skel
- libs += Display_Base_stub
-
- idlflags += -Wb,stub_export_macro=DISPLAY_BASE_STUB_Export \
- -Wb,stub_export_include=Display_Base_stub_export.h \
- -Wb,skel_export_macro=DISPLAY_BASE_SKEL_Export \
- -Wb,skel_export_include=Display_Base_skel_export.h
- dynamicflags = DISPLAY_BASE_SKEL_BUILD_DLL
-
- IDL_Files {
- Display_Base.idl
- }
-
- Source_Files {
- Display_BaseS.cpp
- }
-
- Header_Files {
- Display_Base_skel_export.h
- }
-}
-
-
-
-