mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 23:37:18 +01:00
* fpmake: Added fcl-registry as dependency (used by synedit)
git-svn-id: trunk@53778 -
This commit is contained in:
parent
5a838bbb0c
commit
ae669ea47c
@ -33,6 +33,7 @@ begin
|
||||
P.Dependencies.Add('fcl-process');
|
||||
P.Dependencies.Add('fcl-db');
|
||||
P.Dependencies.Add('fcl-image');
|
||||
P.Dependencies.Add('fcl-registry');
|
||||
P.Dependencies.Add('chm');
|
||||
P.Dependencies.Add('univint',[darwin, iphonesim]);
|
||||
P.Dependencies.Add('cocoaint',[darwin, iphonesim]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user