mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 11:45:32 +02:00
--- Merging r33898 into '.':
U packages/libmicrohttpd/fpmake.pp --- Recording mergeinfo for merge of r33898 into '.': U . # revisions: 33898 git-svn-id: branches/fixes_3_0@33903 -
This commit is contained in:
parent
95bab9691d
commit
996809edc7
@ -24,7 +24,7 @@ begin
|
|||||||
P.Description := 'Event and threaded 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 := [android,freebsd,linux,netbsd,openbsd,os2,win32,win64,symbian];
|
P.OSes := [android,freebsd,linux,netbsd,openbsd,win32,win64];
|
||||||
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