summaryrefslogtreecommitdiff
path: root/modules/CIAO/MPC/config/ciao_config_handlers.mpb
blob: 8c78f0bbaca2c9f382c90c96532487e326b891a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

project : ciao_config_handlers_base, dynamicany, typecodefactory, dance_deployment_stub {
  verbatim(gnuace, macros) {
   override no_hidden_visibility = 1
  }
  after += CIAO_XML_Utils \
           XSC_DynAny_Handler \
           XSC_Config_Handlers \
           XSC_XML_Handlers \
           Package_Config_Handlers \
           XSC_Config_Handlers_Common

  libs  += CIAO_XML_Utils \
           XSC_Config_Handlers \
           Package_Config_Handlers \
           XSC_XML_Handlers \
           XSC_Config_Handlers_Common \
           XSC_DynAny_Handler 
}