summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/ciao_config_handlers.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/MPC/config/ciao_config_handlers.mpb')
-rw-r--r--CIAO/MPC/config/ciao_config_handlers.mpb25
1 files changed, 25 insertions, 0 deletions
diff --git a/CIAO/MPC/config/ciao_config_handlers.mpb b/CIAO/MPC/config/ciao_config_handlers.mpb
new file mode 100644
index 00000000000..69412b873f1
--- /dev/null
+++ b/CIAO/MPC/config/ciao_config_handlers.mpb
@@ -0,0 +1,25 @@
+// -*- MPC -*-
+// $Id$
+
+project : ciao_config_handlers_base, dynamicany, typecodefactory {
+ verbatim(gnuace, macros) {
+ override no_hidden_visibility = 1
+ }
+ after += CIAO_XML_Utils \
+ XSC_DynAny_Handler \
+ XSC_Config_Handlers \
+ XSC_XML_Handlers \
+ RT_CCM_Config_Handlers \
+ CIAO_Events_Handlers \
+ Package_Config_Handlers \
+ XSC_Config_Handlers_Common
+
+ libs += CIAO_XML_Utils \
+ XSC_Config_Handlers \
+ RT_CCM_Config_Handlers \
+ CIAO_Events_Handlers \
+ Package_Config_Handlers \
+ XSC_XML_Handlers \
+ XSC_Config_Handlers_Common \
+ XSC_DynAny_Handler
+}