mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:29:25 +02:00
* option -m made conditional (-dPREPROCWRITE) like its processing
git-svn-id: trunk@29098 -
This commit is contained in:
parent
fc17e318b0
commit
75c61150d9
@ -237,7 +237,9 @@ interface
|
||||
paralinkoptions : TCmdStr;
|
||||
paradynamiclinker : string;
|
||||
paraprintnodetree : byte;
|
||||
{$ifdef PREPROCWRITE}
|
||||
parapreprocess : boolean;
|
||||
{$endif PREPROCWRITE}
|
||||
printnodefile : text;
|
||||
|
||||
{ typical cross compiling params}
|
||||
|
@ -1642,8 +1642,10 @@ begin
|
||||
'l' :
|
||||
ParaLogo:=not UnSetBool(more,0,opt,true);
|
||||
|
||||
{$ifdef PREPROCWRITE}
|
||||
'm' :
|
||||
parapreprocess:=not UnSetBool(more,0,opt,true);
|
||||
{$endif PREPROCWRITE}
|
||||
|
||||
'M' :
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user