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