Changeset 326
- Timestamp:
- Jun 12, 2003, 2:43:05 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/emx/src/emxomf/emxomfld.c ¶
-
Property cvs2svn:cvs-rev
changed from
1.9
to1.10
r325 r326 776 776 777 777 /* If the linker is ILINK, don't use the /BAT{CH} option */ 778 t = _getname (linker_name); 779 if (strnicmp (t, "ILINK", 5)) 778 t = _getname (linker_name); /* TODO: this assumes that the env var is a filename only. 779 * It should be possible to add options as well. Therefore the 2nd check. */ 780 if (strnicmp (t, "ILINK", 5) && strnicmp(linker_name, "ILINK", 5)) 780 781 put_arg ("/bat", FALSE, FALSE); 781 782 else -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.