summaryrefslogtreecommitdiff
path: root/modules/CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc')
-rw-r--r--modules/CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc46
1 files changed, 46 insertions, 0 deletions
diff --git a/modules/CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc b/modules/CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc
new file mode 100644
index 00000000000..6f3cde298ff
--- /dev/null
+++ b/modules/CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc
@@ -0,0 +1,46 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl -n Stock_Base"
+
+project(Stock_Base_stub): ciao_client_dnc {
+
+ sharedname = Stock_Base_stub
+ idlflags -= -GT
+ idlflags += -Wb,stub_export_macro=STOCK_BASE_STUB_Export \
+ -Wb,stub_export_include=Stock_Base_stub_export.h \
+ -Wb,skel_export_macro=STOCK_BASE_SKEL_Export \
+ -Wb,skel_export_include=Stock_Base_skel_export.h
+ dynamicflags = STOCK_BASE_STUB_BUILD_DLL
+
+ IDL_Files {
+ Stock_Base.idl
+ }
+
+ Source_Files {
+ Stock_BaseC.cpp
+ }
+}
+
+project(Stock_Base_skel) : ciao_servant_dnc {
+ after += Stock_Base_stub
+ sharedname = Stock_Base_skel
+ libs += Stock_Base_stub
+
+ idlflags -= -GT
+ idlflags += -Wb,stub_export_macro=STOCK_BASE_STUB_Export \
+ -Wb,stub_export_include=Stock_Base_stub_export.h \
+ -Wb,skel_export_macro=STOCK_BASE_SKEL_Export \
+ -Wb,skel_export_include=Stock_Base_skel_export.h
+ dynamicflags = STOCK_BASE_SKEL_BUILD_DLL
+
+ IDL_Files {
+ Stock_Base.idl
+ }
+
+ Source_Files {
+ Stock_BaseS.cpp
+ }
+}
+
+
+
+