mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 11:20:15 +02:00
* Patch from Silvio Clecio to update fpmake targets and properties
git-svn-id: trunk@32105 -
This commit is contained in:
parent
4f649f34d0
commit
71a6138a17
@ -17,14 +17,14 @@ begin
|
|||||||
P.Directory:=ADirectory;
|
P.Directory:=ADirectory;
|
||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
P.Version:='3.1.1';
|
P.Version:='3.1.1';
|
||||||
P.Author := 'Library: GNU foundation, header: Silvio Clecio)';
|
P.Author := 'Library: GNU foundation, header: Silvio Clecio';
|
||||||
P.License := 'Library: LGPL or later, header: LGPL with modification, ';
|
P.License := 'Library: LGPL or later, header: LGPL with modification';
|
||||||
P.HomepageURL := 'www.gnu.org';
|
P.HomepageURL := 'https://www.gnu.org/software/libmicrohttpd/';
|
||||||
P.Email := '';
|
P.Email := '';
|
||||||
P.Description := 'Event based micro-http server library interface';
|
P.Description := 'Event and threaded based micro-http server library interface';
|
||||||
P.NeedLibC:= true;
|
P.NeedLibC:= true;
|
||||||
P.Dependencies.Add('rtl-extra');
|
P.Dependencies.Add('rtl-extra');
|
||||||
P.OSes := [win32,win64,linux];
|
P.OSes := [android,freebsd,linux,netbsd,openbsd,os2,win32,win64,symbian];
|
||||||
P.SourcePath.Add('src');
|
P.SourcePath.Add('src');
|
||||||
P.IncludePath.Add('src');
|
P.IncludePath.Add('src');
|
||||||
T:=P.Targets.AddUnit('libmicrohttpd.pp');
|
T:=P.Targets.AddUnit('libmicrohttpd.pp');
|
||||||
|
Loading…
Reference in New Issue
Block a user