summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/ciao_config_handlers.mpb
blob: 69412b873f18fee2ccdb79e00ba2603051694893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 
}