mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:09:15 +02:00
Handle link map for msdos wlink
git-svn-id: trunk@26461 -
This commit is contained in:
parent
ca446b4b2a
commit
2a6e592fba
@ -276,6 +276,8 @@ begin
|
||||
else
|
||||
LinkRes.Add('format dos');
|
||||
LinkRes.Add('option dosseg');
|
||||
if (cs_link_map in current_settings.globalswitches) then
|
||||
LinkRes.Add('option map='+maybequoted(ChangeFileExt(current_module.exefilename,'.map')));
|
||||
LinkRes.Add('name ' + maybequoted(current_module.exefilename));
|
||||
|
||||
{ Write and Close response }
|
||||
|
Loading…
Reference in New Issue
Block a user