lazutils: updated fpmake

git-svn-id: trunk@59947 -
This commit is contained in:
mattias 2018-12-31 09:58:44 +00:00
parent da5ed1026a
commit 2140a86dd9

View File

@ -3,7 +3,7 @@
fpmake.pp for FCL 1.0.1
This file was generated on 29-12-18
This file was generated on 31.12.2018
}
{$ifndef ALLPACKAGES}
@ -40,8 +40,9 @@ begin
P.Options.Add('-vewnhibq');
P.UnitPath.Add('.');
T:=P.Targets.AddUnit('fcllaz.pas');
t.Dependencies.AddUnit('LazarusPackageIntf');
T := P.Targets.AddImplicitUnit('lazaruspackageintf.pas');
t.Dependencies.AddUnit('lazaruspackageintf');
P.Targets.AddImplicitUnit('lazaruspackageintf.pas');
// copy the compiled file, so the IDE knows how the package was compiled
P.InstallFiles.Add('FCL.compiled',AllOSes,'$(unitinstalldir)');