summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/Display/HUDisplay.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/Display/HUDisplay.mpc')
-rw-r--r--TAO/CIAO/examples/handcrafted/Display/HUDisplay.mpc12
1 files changed, 9 insertions, 3 deletions
diff --git a/TAO/CIAO/examples/handcrafted/Display/HUDisplay.mpc b/TAO/CIAO/examples/handcrafted/Display/HUDisplay.mpc
index da5fa8a1c89..8cfca3c4c42 100644
--- a/TAO/CIAO/examples/handcrafted/Display/HUDisplay.mpc
+++ b/TAO/CIAO/examples/handcrafted/Display/HUDisplay.mpc
@@ -1,6 +1,7 @@
-
+// $Id$
+// This file is 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
dllflags = HUDISPLAY_STUB_BUILD_DLL
@@ -17,7 +18,8 @@ project(HUDisplay_stub): ciao_client {
project(HUDisplay_svnt) : ciao_server {
depends += HUDisplay_stub
sharedname = HUDisplay_svnt
- libs += HUDisplay_stub
+ libs += HUDisplay_stub
+
idlflags += -Wb,export_macro=HUDISPLAY_SVNT_Export -Wb,export_include=HUDisplay_svnt_export.h
dllflags = HUDISPLAY_SVNT_BUILD_DLL
@@ -31,3 +33,7 @@ project(HUDisplay_svnt) : ciao_server {
HUDisplayEC.cpp
}
}
+
+
+
+