mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 06:20:57 +02:00
* fppkg only depends on httpd22 on targets that support fpWeb
git-svn-id: trunk@20064 -
This commit is contained in:
parent
51f99c57c3
commit
46e3403c31
@ -33,11 +33,11 @@ begin
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
P.Dependencies.Add('fcl-process');
|
||||
P.Dependencies.Add('paszlib');
|
||||
P.Dependencies.Add('httpd22');
|
||||
|
||||
P.Dependencies.Add('univint',[MacOSX,iphonesim]);
|
||||
P.Dependencies.Add('fcl-net', TargetsWithfpWeb);
|
||||
P.Dependencies.Add('fcl-web', TargetsWithfpWeb);
|
||||
P.Dependencies.Add('httpd22', TargetsWithfpWeb);
|
||||
|
||||
P.Author := 'FreePascal development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
|
Loading…
Reference in New Issue
Block a user