3 this script is used to process dxp
files produced from .map
14 if LEFT
( l
,4) \
= 'Java' THEN l
= '_'l
16 /* remove empty lines
*/
17 if l
= '_' then l
= ''
19 /* remove component_getDescriptionFunc
, since it is already added by tg_def
*/
20 if l
= '_component_getDescriptionFunc' then l
= ''
21 if l
= '_GetVersionInfo' then l
= ''
23 /* remove GLOBAL symbols
*/
25 if WORDPOS
( l
, '_GLOBAL_') > 0 then l
= ''