summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-19 07:59:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-19 07:59:24 +0000
commit2626111676265763b07ef53712bf2b84358ef1c4 (patch)
tree27a59e0b36575ce260002b7505295f2db2adab27 /bin
parentd107f4f804a255174e25c05d6abecfdd308475a3 (diff)
downloadATCD-2626111676265763b07ef53712bf2b84358ef1c4.tar.gz
ChangeLogTag: Tue Jul 18 14:21:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/config/ciao_config_handlers_base.mpb9
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/MakeProjectCreator/config/ciao_config_handlers_base.mpb b/bin/MakeProjectCreator/config/ciao_config_handlers_base.mpb
index c0bd9c9339d..9d36eda836b 100644
--- a/bin/MakeProjectCreator/config/ciao_config_handlers_base.mpb
+++ b/bin/MakeProjectCreator/config/ciao_config_handlers_base.mpb
@@ -1,14 +1,13 @@
// $Id$
-project : ciao_xml_utils, dynamicany, typecodefactory {
- after += XSC_XML_Handlers
- libs += XSC_XML_Handlers
- requires += exceptions
+project : ciao_xml_utils, dynamicany, typecodefactory, exceptions {
+ after += XSC_XML_Handlers
+ libs += XSC_XML_Handlers
macros += XML_USE_PTHREADS
includes += $(CIAO_ROOT)/tools/Config_Handlers
verbatim(gnuace, macros) {
override no_hidden_visibility = 1
}
-
+
}