mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 08:29:27 +02:00
* Always store unit filename in FProcessedUnits
git-svn-id: trunk@20216 -
This commit is contained in:
parent
83e3d311d7
commit
ff25d4dc80
@ -105,7 +105,7 @@ begin
|
|||||||
AInputFile:=S;
|
AInputFile:=S;
|
||||||
OSTarget:=FProject.Options.OSTarget;
|
OSTarget:=FProject.Options.OSTarget;
|
||||||
CPUTarget:=FProject.Options.CPUTarget;
|
CPUTarget:=FProject.Options.CPUTarget;
|
||||||
FProcessedUnits.Add(AInputFile);
|
FProcessedUnits.Add(UN);
|
||||||
end;
|
end;
|
||||||
Inc(I);
|
Inc(I);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user