mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-02 19:22:05 +01:00
* missing not
git-svn-id: trunk@8383 -
This commit is contained in:
parent
8c24a15e26
commit
b513ebe9c6
@ -714,8 +714,8 @@ begin
|
||||
else
|
||||
init_settings.sourcecodepage:=more;
|
||||
end;
|
||||
'C' :
|
||||
RCCompiler := More;
|
||||
'C' :
|
||||
RCCompiler := More;
|
||||
'D' :
|
||||
utilsdirectory:=FixPath(More,true);
|
||||
'e' :
|
||||
@ -771,7 +771,7 @@ begin
|
||||
'r' :
|
||||
Msgfilename:=More;
|
||||
'R' :
|
||||
ResCompiler := More;
|
||||
ResCompiler := More;
|
||||
'u' :
|
||||
begin
|
||||
if ispara then
|
||||
@ -907,8 +907,9 @@ begin
|
||||
else
|
||||
IllegalPara(opt);
|
||||
end;
|
||||
|
||||
'l' :
|
||||
ParaLogo:=UnSetBool(more,0);
|
||||
ParaLogo:=not UnSetBool(more,0);
|
||||
|
||||
'm' :
|
||||
parapreprocess:=not UnSetBool(more,0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user