mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 13:30:33 +02:00
Explicitly add fpc-registry dependency for AllWindowsOSes (because fpmimetypes unit uses registry unit)
git-svn-id: trunk@42858 -
This commit is contained in:
parent
d29a6de437
commit
6770caf30e
@ -29,6 +29,7 @@ begin
|
|||||||
P.Dependencies.Add('fcl-net');
|
P.Dependencies.Add('fcl-net');
|
||||||
P.Dependencies.Add('fcl-process');
|
P.Dependencies.Add('fcl-process');
|
||||||
P.Dependencies.Add('fcl-fpcunit');
|
P.Dependencies.Add('fcl-fpcunit');
|
||||||
|
P.Dependencies.Add('fcl-registry',AllWindowsOSes);
|
||||||
P.Dependencies.Add('openssl',AllUnixOSes+AllWindowsOSes);
|
P.Dependencies.Add('openssl',AllUnixOSes+AllWindowsOSes);
|
||||||
P.Dependencies.Add('fastcgi');
|
P.Dependencies.Add('fastcgi');
|
||||||
P.Dependencies.Add('httpd22', AllOses - [amiga,aros,morphos]);
|
P.Dependencies.Add('httpd22', AllOses - [amiga,aros,morphos]);
|
||||||
|
Loading…
Reference in New Issue
Block a user