mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 10:09:32 +02:00
* Re-generated and adapted fpmake.pp
git-svn-id: trunk@53124 -
This commit is contained in:
parent
c46441fe7c
commit
0c726c9131
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user