summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplay.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplay.mpc')
-rw-r--r--TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplay.mpc68
1 files changed, 68 insertions, 0 deletions
diff --git a/TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplay.mpc b/TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplay.mpc
new file mode 100644
index 00000000000..aa7d123f11d
--- /dev/null
+++ b/TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplay.mpc
@@ -0,0 +1,68 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl -l .. -p HUDisplay -i NavDisplay"
+
+project(NavDisplay_stub): ciao_client {
+ after += HUDisplay_stub
+ sharedname = NavDisplay_stub
+
+ libs += HUDisplay_stub
+
+ idlflags += -Wb,stub_export_macro=NAVDISPLAY_STUB_Export
+ idlflags += -Wb,stub_export_include=NavDisplay_stub_export.h
+ idlflags += -Wb,skel_export_macro=NAVDISPLAY_SVNT_Export
+ idlflags += -Wb,skel_export_include=NavDisplay_svnt_export.h
+
+ dynamicflags = NAVDISPLAY_STUB_BUILD_DLL
+
+ IDL_Files {
+ NavDisplay.idl
+ }
+
+ Source_Files {
+ NavDisplayC.cpp
+ }
+}
+
+project(NavDisplay_svnt) : ciao_servant {
+ after += HUDisplay_svnt NavDisplay_stub
+ sharedname = NavDisplay_svnt
+ libs += NavDisplay_stub HUDisplay_stub HUDisplay_svnt
+ libpaths += ..
+ idlflags += -Wb,export_macro=NAVDISPLAY_SVNT_Export
+ idlflags += -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
+ }
+}
+
+
+project(NavDisplay_exec) : ciao_component {
+ after += NavDisplay_svnt
+ sharedname = NavDisplay_exec
+ libs += NavDisplay_stub NavDisplay_svnt HUDisplay_stub HUDisplay_svnt
+ libpaths += ..
+ idlflags += -Wb,export_macro=NAVDISPLAY_EXEC_Export
+ idlflags += -Wb,export_include=NavDisplay_exec_export.h
+ dynamicflags = NAVDISPLAY_EXEC_BUILD_DLL
+
+ IDL_Files {
+ NavDisplayEI.idl
+ }
+
+ Source_Files {
+ NavDisplayEIC.cpp
+ NavDisplay_exec.cpp
+ }
+}