summaryrefslogtreecommitdiff
path: root/ACE/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc')
-rw-r--r--ACE/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc78
1 files changed, 78 insertions, 0 deletions
diff --git a/ACE/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc b/ACE/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc
new file mode 100644
index 00000000000..2ff1b9e7571
--- /dev/null
+++ b/ACE/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.mpc
@@ -0,0 +1,78 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl -n Hello_Base"
+
+project(Hello_Base_idl_gen) : componentidldefaults {
+ custom_only = 1
+ idlflags += -Wb,stub_export_macro=HELLO_BASE_STUB_Export \
+ -Wb,stub_export_include=Hello_Base_stub_export.h \
+ -Wb,skel_export_macro=HELLO_BASE_SKEL_Export \
+ -Wb,skel_export_include=Hello_Base_skel_export.h
+
+ IDL_Files {
+ Hello_Base.idl
+ }
+}
+
+project(Hello_Base_lem_gen) : ciaoidldefaults {
+ custom_only = 1
+ after += Hello_Base_idl_gen
+ idlflags += -Wb,export_macro=HELLO_BASE_STUB_Export \
+ -Wb,export_include=Hello_Base_stub_export.h
+
+ IDL_Files {
+ Hello_BaseE.idl
+ }
+}
+
+project(Hello_Base_stub) : ccm_stub {
+ after += Hello_Base_lem_gen
+ libout = ../lib
+ sharedname = Hello_Base_stub
+ dynamicflags = HELLO_BASE_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Hello_BaseC.cpp
+ Hello_BaseEC.cpp
+ }
+
+ Header_Files {
+ Hello_BaseC.h
+ Hello_Base_stub_export.h
+ }
+
+ Inline_Files {
+ Hello_BaseC.inl
+ }
+}
+
+
+project(Hello_Base_skel) : ccm_svnt {
+ after += Hello_Base_stub
+ sharedname = Hello_Base_skel
+ libs += Hello_Base_stub
+ libout = ../lib
+ libpaths += ../lib
+
+ dynamicflags = HELLO_BASE_SKEL_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Hello_BaseS.cpp
+ }
+
+ Header_Files {
+ Hello_BaseS.h
+ Hello_Base_skel_export.h
+ }
+
+ Inline_Files {
+ Hello_BaseS.inl
+ }
+}
+
+