* Re-generated and adapted fpmake.pp

git-svn-id: trunk@53124 -
This commit is contained in:
joost 2016-10-16 18:01:27 +00:00
parent c46441fe7c
commit 0c726c9131

View File

@ -3,7 +3,7 @@
fpmake.pp for FCL 1.0.1
This file was generated on 02-01-2015
This file was generated on 06-10-16
}
{$ifndef ALLPACKAGES}
@ -22,13 +22,24 @@ var
begin
with Installer do
begin
P:=AddPAckage('fcl');
P:=AddPackage('fcl');
P.Version:='1.0.1';
P.Directory:=ADirectory;
P.Flags.Add('LazarusDsgnPkg');
// Dependencies on fpc-packages
P.Dependencies.Add('fcl-process');
P.Dependencies.Add('fcl-db');
P.Dependencies.Add('fcl-image');
P.Dependencies.Add('chm');
P.Dependencies.Add('univint',[darwin, iphonesim]);
P.Dependencies.Add('cocoaint',[darwin, iphonesim]);
P.Dependencies.Add('opengl',[darwin, iphonesim]);
P.Dependencies.Add('x11', [linux]);
P.Dependencies.Add('gtk2', [linux]);
P.Options.Add('-MObjFPC');
P.Options.Add('-Scghi');
P.Options.Add('-O1');
@ -38,9 +49,10 @@ begin
P.Options.Add('-vewnhibq');
P.UnitPath.Add('.');
T:=P.Targets.AddUnit('fcllaz.pas');
t.Dependencies.AddUnit('lazaruspackageintf');
t.Dependencies.AddUnit('registerfcl');
P.Sources.AddSrc('lazaruspackageintf.pas');
P.Targets.AddImplicitUnit('lazaruspackageintf.pas');
T:=P.Targets.AddUnit('registerfcl.pas');
// copy the compiled file, so the IDE knows how the package was compiled