Changeset 812


Ignore:
Timestamp:
Oct 6, 2003, 4:34:32 PM (22 years ago)
Author:
bird
Message:

Fixed ilink out of memory issue in gklayout.dll debug builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxomf/emxomfld.c

    • Property cvs2svn:cvs-rev changed from 1.29 to 1.30
    r811 r812  
    12301230    {
    12311231      struct stat s;
     1232      /* gklayout show that the linker isn't capable of determining a
     1233         decent value for this parameter. 32MB make gklayout link. */
     1234      put_arg ("/ocache:0x02000000", FALSE, FALSE);
     1235
    12321236      _execname(&execname[0], sizeof(execname));
    12331237      strcpy(_getname(&execname[0]), "os2stub.bin");
    1234 
    12351238      if (!stat (execname, &s))
    12361239        {
Note: See TracChangeset for help on using the changeset viewer.