diff options
author | mxiong <mxiong@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-02-24 21:19:52 +0000 |
---|---|---|
committer | mxiong <mxiong@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-02-24 21:19:52 +0000 |
commit | 8e4b2d8dfd54b5c0c9b62db4e21752081fde1ba3 (patch) | |
tree | 4b4d010cb1a81f9ba2dd0c667673df865aecea76 /bin/MakeProjectCreator/config | |
parent | dd9f663f410f452bce63d52add90598b853a8828 (diff) | |
download | ATCD-8e4b2d8dfd54b5c0c9b62db4e21752081fde1ba3.tar.gz |
ChangeLogTag:Fri Feb 24 21:16:48 UTC 2006 xiong,ming <ming.xiong@vanderbilt.edu>
Diffstat (limited to 'bin/MakeProjectCreator/config')
-rw-r--r-- | bin/MakeProjectCreator/config/ciao_config_handlers.mpb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/config/ciao_config_handlers.mpb b/bin/MakeProjectCreator/config/ciao_config_handlers.mpb index c9b61487df9..90eb4bc48df 100644 --- a/bin/MakeProjectCreator/config/ciao_config_handlers.mpb +++ b/bin/MakeProjectCreator/config/ciao_config_handlers.mpb @@ -2,6 +2,12 @@ // $Id$ project : ciao_xml_utils, dynamicany, typecodefactory { + verbatim(gnuace, macros) { + override no_hidden_visibility = 1 + } after += XSC_Config_Handlers libs += XSC_DynAny_Handler XSC_Config_Handlers XSC_XML_Handlers RT_CCM_Config_Handlers -}
\ No newline at end of file +} + + + |