summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/NavDisplay/NavDisplay.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/NavDisplay/NavDisplay.mpc
parent3dd4e2fe6c64de3a9db04757eade78d764b578f1 (diff)
downloadATCD-GH5_0port.tar.gz
Added the ACE and TAO for this branchGH5_0port
Diffstat (limited to 'CIAO/examples/Display/NavDisplay/NavDisplay.mpc')
-rw-r--r--CIAO/examples/Display/NavDisplay/NavDisplay.mpc83
1 files changed, 0 insertions, 83 deletions
diff --git a/CIAO/examples/Display/NavDisplay/NavDisplay.mpc b/CIAO/examples/Display/NavDisplay/NavDisplay.mpc
deleted file mode 100644
index a3ee533d6f5..00000000000
--- a/CIAO/examples/Display/NavDisplay/NavDisplay.mpc
+++ /dev/null
@@ -1,83 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -p Display_Base NavDisplay"
-
-project(Display_Base_NavDisplay_stub): ciao_client_dnc {
- after += Display_Base_stub
- sharedname = NavDisplay_stub
- libs += Display_Base_stub
- idlflags += -St \
- -Wb,stub_export_macro=NAVDISPLAY_STUB_Export \
- -Wb,stub_export_include=NavDisplay_stub_export.h \
- -Wb,skel_export_macro=NAVDISPLAY_SVNT_Export \
- -Wb,skel_export_include=NavDisplay_svnt_export.h
- dynamicflags = NAVDISPLAY_STUB_BUILD_DLL
-
- IDL_Files {
- NavDisplay.idl
- }
-
- Source_Files {
- NavDisplayC.cpp
- }
-
- Header_Files {
- NavDisplay_stub_export.h
- }
-}
-
-project(Display_Base_NavDisplay_svnt) : ciao_servant_dnc {
- after += Display_Base_skel Display_Base_NavDisplay_stub
- sharedname = NavDisplay_svnt
- libs += NavDisplay_stub \
- Display_Base_stub \
- Display_Base_skel
-
- idlflags += -SS -St \
- -Wb,export_macro=NAVDISPLAY_SVNT_Export \
- -Wb,export_include=NavDisplay_svnt_export.h
- dynamicflags = NAVDISPLAY_SVNT_BUILD_DLL
-
- CIDL_Files {
- NavDisplay.cidl
- }
-
- IDL_Files {
- NavDisplayE.idl
- }
-
- Source_Files {
- NavDisplayEC.cpp
- NavDisplayS.cpp
- NavDisplay_svnt.cpp
- }
-
- Header_Files {
- NavDisplay_svnt_export.h
- }
-}
-
-
-project(Display_Base_NavDisplay_exec) : ciao_component_dnc {
- after += Display_Base_NavDisplay_svnt
- sharedname = NavDisplay_exec
- libs += NavDisplay_stub \
- NavDisplay_svnt \
- Display_Base_stub \
- Display_Base_skel
-
- dynamicflags = NAVDISPLAY_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- NavDisplay_exec.cpp
- }
-
- Header_Files {
- NavDisplay_exec_export.h
- }
-}
-
-
-