mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:59:14 +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
|
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}
|
{$ifndef ALLPACKAGES}
|
||||||
@ -40,8 +40,9 @@ begin
|
|||||||
P.Options.Add('-vewnhibq');
|
P.Options.Add('-vewnhibq');
|
||||||
P.UnitPath.Add('.');
|
P.UnitPath.Add('.');
|
||||||
T:=P.Targets.AddUnit('fcllaz.pas');
|
T:=P.Targets.AddUnit('fcllaz.pas');
|
||||||
t.Dependencies.AddUnit('LazarusPackageIntf');
|
t.Dependencies.AddUnit('lazaruspackageintf');
|
||||||
T := P.Targets.AddImplicitUnit('lazaruspackageintf.pas');
|
|
||||||
|
P.Targets.AddImplicitUnit('lazaruspackageintf.pas');
|
||||||
|
|
||||||
// copy the compiled file, so the IDE knows how the package was compiled
|
// copy the compiled file, so the IDE knows how the package was compiled
|
||||||
P.InstallFiles.Add('FCL.compiled',AllOSes,'$(unitinstalldir)');
|
P.InstallFiles.Add('FCL.compiled',AllOSes,'$(unitinstalldir)');
|
||||||
|
Loading…
Reference in New Issue
Block a user