* don't strip aname for resources

git-svn-id: trunk@1199 -
This commit is contained in:
florian 2005-09-25 21:03:55 +00:00
parent a720145fd1
commit b1568fed2a

View File

@ -205,8 +205,8 @@ implementation
'fpc'
);
begin
if use_smartlink_section and
(aname<>'') then
if (use_smartlink_section and
(aname<>'')) or (atype=sec_fpc) then
result:=secnames[atype]+'.'+aname
else
result:=secnames[atype];