mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
lazutils: updated fpmake
git-svn-id: trunk@59947 -
This commit is contained in:
parent
da5ed1026a
commit
2140a86dd9
@ -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)');
|
||||
|
Loading…
Reference in New Issue
Block a user