Explorar o código

* pass the option "dosseg" to wlink when compiling for win16 to ensure the
proper segment ordering

git-svn-id: trunk@31613 -

nickysn %!s(int64=10) %!d(string=hai) anos
pai
achega
d579c45656
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compiler/systems/t_win16.pas

+ 1 - 0
compiler/systems/t_win16.pas

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