2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@31613 -

nickysn 10 жил өмнө
parent
commit
d579c45656

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