* More option processing

This commit is contained in:
Michaël Van Canneyt 2023-07-13 17:24:34 +02:00
parent 6e5c4667cd
commit d3111517d5

View File

@ -83,6 +83,11 @@ begin
// ignore format in nasm // ignore format in nasm
skipnext:=true; skipnext:=true;
end end
else if copy(param,1,4)='-fo=' then
begin
// Watcom
object_name:=copy(param,5,length(Param)-4);
end
else if (Param[1]='-') then else if (Param[1]='-') then
begin begin
{ option Param not handled } { option Param not handled }