mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 04:39:45 +02:00
* Fix use of defines
git-svn-id: trunk@45453 -
This commit is contained in:
parent
56632b720c
commit
a409f63a55
@ -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