summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/Components/SimpleComponent/SimpleComponent.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2004-08-03 19:32:09 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2004-08-03 19:32:09 +0000
commitbfbbcbad6415f53f921ca13444654566a66457cc (patch)
treeaad37111260126d0c7ce36f38b99bfe4ff1a98fa /TAO/CIAO/tests/IDL3/Components/SimpleComponent/SimpleComponent.mpc
parent32f3e404bd8a2409a65e92960190a4798656d9e1 (diff)
downloadATCD-bfbbcbad6415f53f921ca13444654566a66457cc.tar.gz
Tue Aug 3 14:25:44 2004 Will Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO/tests/IDL3/Components/SimpleComponent/SimpleComponent.mpc')
-rw-r--r--TAO/CIAO/tests/IDL3/Components/SimpleComponent/SimpleComponent.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/CIAO/tests/IDL3/Components/SimpleComponent/SimpleComponent.mpc b/TAO/CIAO/tests/IDL3/Components/SimpleComponent/SimpleComponent.mpc
new file mode 100644
index 00000000000..38873a4cd60
--- /dev/null
+++ b/TAO/CIAO/tests/IDL3/Components/SimpleComponent/SimpleComponent.mpc
@@ -0,0 +1,17 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl SimpleComponent"
+
+project(SimpleComponent_stub): ciao_client {
+
+ sharedname = SimpleComponent_stub
+ idlflags += -Wb,stub_export_macro=SIMPLECOMPONENT_STUB_Export -Wb,stub_export_include=SimpleComponent_stub_export.h -Wb,skel_export_macro=SIMPLECOMPONENT_SVNT_Export -Wb,skel_export_include=SimpleComponent_svnt_export.h
+ dynamicflags = SIMPLECOMPONENT_STUB_BUILD_DLL
+
+ IDL_Files {
+ SimpleComponent.idl
+ }
+
+ Source_Files {
+ SimpleComponentC.cpp
+ }
+}