mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
* Added fcl-db as dependency
git-svn-id: trunk@36982 -
This commit is contained in:
parent
0387df3228
commit
31f5836e06
@ -23,6 +23,7 @@ begin
|
|||||||
P.Dependencies.Add('fcl-xml');
|
P.Dependencies.Add('fcl-xml');
|
||||||
P.Dependencies.Add('fcl-pdf');
|
P.Dependencies.Add('fcl-pdf');
|
||||||
P.Dependencies.Add('fcl-json');
|
P.Dependencies.Add('fcl-json');
|
||||||
|
P.Dependencies.Add('fcl-db');
|
||||||
P.Author := 'Michael Van Canneyt';
|
P.Author := 'Michael Van Canneyt';
|
||||||
P.License := 'LGPL with modification, ';
|
P.License := 'LGPL with modification, ';
|
||||||
P.HomepageURL := 'www.freepascal.org';
|
P.HomepageURL := 'www.freepascal.org';
|
||||||
|
Loading…
Reference in New Issue
Block a user