Browse Source

* fix for bug #4060

git-svn-id: trunk@397 -
Tomas Hajny 20 years ago
parent
commit
fd40a0fb80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/t_os2.pas

+ 1 - 1
compiler/systems/t_os2.pas

@@ -360,7 +360,7 @@ begin
   with Info do
   with Info do
    begin
    begin
      ExeCmd[1]:='ld $OPT -o $OUT @$RES';
      ExeCmd[1]:='ld $OPT -o $OUT @$RES';
-     ExeCmd[2]:='emxbind -b $STRIP $APPTYPE $RSRC -k$STACKKB -h$HEAPMB -o $EXE $OUT -aim -s$DOSHEAPKB';
+     ExeCmd[2]:='emxbind -b $STRIP $APPTYPE $RSRC -k$STACKKB -h1 -o $EXE $OUT -ai -s8';
      if Source_Info.Script = script_dos then
      if Source_Info.Script = script_dos then
       ExeCmd[3]:='del $OUT';
       ExeCmd[3]:='del $OUT';
    end;
    end;