mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 21:00:27 +02:00
* .o object files were not installed anymore after r29004
git-svn-id: trunk@29012 -
This commit is contained in:
parent
c1eab07eba
commit
c052bce0e3
@ -7520,7 +7520,7 @@ end;
|
||||
|
||||
procedure TTarget.GetInstallFiles(List: TStrings; const APrefixU, APrefixB: String; ACPU: TCPU; AOS : TOS);
|
||||
begin
|
||||
If Not (TargetType in [ttProgram,ttExampleProgram]) and FileExists(APrefixU + ObjectFileName) then
|
||||
If Not (TargetType in [ttProgram,ttExampleProgram]) and FileExists(Installer.BuildEngine.AddPathPrefix(nil,APrefixU + ObjectFileName)) then
|
||||
// The compiler does not create an objectfile for all programs.
|
||||
List.Add(APrefixU + ObjectFileName);
|
||||
If (TargetType in [ttUnit,ttImplicitUnit,ttExampleUnit]) then
|
||||
|
Loading…
Reference in New Issue
Block a user