mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 18:50:25 +02:00
* Merging revisions r45453 from trunk:
------------------------------------------------------------------------ r45453 | michael | 2020-05-21 10:59:56 +0200 (Thu, 21 May 2020) | 1 line * Fix use of defines ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@46600 -
This commit is contained in:
parent
1ca335c4ec
commit
abacb28408
@ -229,6 +229,7 @@ begin
|
||||
Finally
|
||||
Free;
|
||||
end;
|
||||
Writeln('Content file : ',APackage.ContentFile);
|
||||
if Length(APackage.ContentFile) > 0 then
|
||||
Engine.WriteContentFile(APackage.ContentFile);
|
||||
end;
|
||||
@ -274,7 +275,7 @@ begin
|
||||
if FProcessedUnits.IndexOf(Cmd)=-1 then
|
||||
begin
|
||||
FProcessedUnits.Add(Cmd);
|
||||
ParseSource(Engine,Cmd+' '+Arg, Options.OSTarget, Options.CPUTarget,[poUseStreams,poSkipDefaultDefs]);
|
||||
ParseSource(Engine,Cmd+' '+Arg, Options.OSTarget, Options.CPUTarget,[poUseStreams]);
|
||||
end;
|
||||
except
|
||||
on E: EParserError do
|
||||
|
Loading…
Reference in New Issue
Block a user