mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
* More option processing
This commit is contained in:
parent
6e5c4667cd
commit
d3111517d5
@ -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 }
|
||||||
|
Loading…
Reference in New Issue
Block a user