mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 05:43:51 +02:00
* pass the option "dosseg" to wlink when compiling for win16 to ensure the
proper segment ordering git-svn-id: trunk@31613 -
This commit is contained in:
parent
04cb0cf615
commit
d579c45656
@ -145,6 +145,7 @@ begin
|
||||
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));
|
||||
LinkRes.Add('option dosseg');
|
||||
|
||||
{ Write and Close response }
|
||||
linkres.writetodisk;
|
||||
|
Loading…
Reference in New Issue
Block a user