summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-12-10 11:03:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-12-10 11:03:09 +0000
commit7a45fed61b95d74c205c3f3b87f83e08cf2d1531 (patch)
tree7c90f59fa314acda105c772aa9437bdfacb0f9ea
parent26e1b4ffa56543746d1c78365de2534c08cb4557 (diff)
downloadATCD-7a45fed61b95d74c205c3f3b87f83e08cf2d1531.tar.gz
-rw-r--r--CIAO/connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc12
1 files changed, 6 insertions, 6 deletions
diff --git a/CIAO/connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc b/CIAO/connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc
index 06c0bae38ec..4ad18dcd56f 100644
--- a/CIAO/connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc
+++ b/CIAO/connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc
@@ -1,7 +1,7 @@
// $Id$
// This file is generated with "generate_component_mpc.pl -n Hello_Base"
-project(AMI_Hello_idl_gen) : componentidldefaults {
+project(AMI_Hello_idl_gen) : componentidldefaults, ami {
custom_only = 1
idlflags += -Wb,stub_export_macro=HELLO_STUB_Export \
-Wb,stub_export_include=Hello_stub_export.h \
@@ -11,7 +11,7 @@ project(AMI_Hello_idl_gen) : componentidldefaults {
-Wb,exec_export_include=Hello_exec_export.h -I..
IDL_Files {
- Hello_Base.idl
+ Hello.idl
}
}
@@ -23,11 +23,11 @@ project(AMI_Hello_lem_gen) : ciaoidldefaults {
-Wb,export_include=Hello_exec_export.h -I.. -SS
IDL_Files {
- Hello_BaseE.idl
+ HelloE.idl
}
}
-project(AMI_Hello_Base_idl_gen) : componentidldefaults, ami {
+project(AMI_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 \
@@ -37,7 +37,7 @@ project(AMI_Hello_Base_idl_gen) : componentidldefaults, ami {
-Wb,exec_export_include=Hello_Base_exec_export.h -I..
IDL_Files {
- Hello.idl
+ Hello_Base.idl
}
}
@@ -49,7 +49,7 @@ project(AMI_Hello_Base_lem_gen) : ciaoidldefaults {
-Wb,export_include=Hello_Base_exec_export.h -I.. -SS
IDL_Files {
- HelloE.idl
+ Hello_BaseE.idl
}
}