mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:29:28 +02:00
* don't strip aname for resources
git-svn-id: trunk@1199 -
This commit is contained in:
parent
a720145fd1
commit
b1568fed2a
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user