Changeset 919


Ignore:
Timestamp:
Jan 2, 2004, 3:59:42 AM (22 years ago)
Author:
bird
Message:

fix to the .dll conversion.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.32 to 1.33
    r918 r919  
    818818          if (f)
    819819            {
    820               if (autoconvert_flag && !check_omf (f))
     820              if (autoconvert_flag && is_dll && is_library)
     821                f = lx_to_omf (f, fullname);
     822              else if (autoconvert_flag && !check_omf (f))
    821823                f = aout_to_omf (f, fullname, is_library);
    822               else if (autoconvert_flag && is_dll && is_library)
    823                 f = lx_to_omf (f, fullname);
    824824
    825825              if (is_library && !check_omf_library (f) /* not sure if this makes sense */)
Note: See TracChangeset for help on using the changeset viewer.