* package libmicrohttpd is not compatible to anything but MS Windows and Unix platforms in its current state - disabled for OS/2 and Symbian

git-svn-id: trunk@33898 -
This commit is contained in:
Tomas Hajny 2016-06-03 23:28:38 +00:00
parent aaff6d0b97
commit 3732ad18d1

View File

@ -24,7 +24,7 @@ begin
P.Description := 'Event and threaded based micro-http server library interface';
P.NeedLibC:= true;
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.IncludePath.Add('src');
T:=P.Targets.AddUnit('libmicrohttpd.pp');