* 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:
nickysn 2015-09-12 00:08:23 +00:00
parent 04cb0cf615
commit d579c45656

View File

@ -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;