Changeset 919
- Timestamp:
- Jan 2, 2004, 3:59:42 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxomf/emxomfld.c
-
Property cvs2svn:cvs-rev
changed from
1.32
to1.33
r918 r919 818 818 if (f) 819 819 { 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)) 821 823 f = aout_to_omf (f, fullname, is_library); 822 else if (autoconvert_flag && is_dll && is_library)823 f = lx_to_omf (f, fullname);824 824 825 825 if (is_library && !check_omf_library (f) /* not sure if this makes sense */) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.