* option -m made conditional (-dPREPROCWRITE) like its processing

git-svn-id: trunk@29098 -
This commit is contained in:
Tomas Hajny 2014-11-21 13:52:10 +00:00
parent fc17e318b0
commit 75c61150d9
2 changed files with 4 additions and 0 deletions

View File

@ -237,7 +237,9 @@ interface
paralinkoptions : TCmdStr;
paradynamiclinker : string;
paraprintnodetree : byte;
{$ifdef PREPROCWRITE}
parapreprocess : boolean;
{$endif PREPROCWRITE}
printnodefile : text;
{ typical cross compiling params}

View File

@ -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