|
@@ -17,12 +17,18 @@ begin
|
|
P.Directory:='fcl-net';
|
|
P.Directory:='fcl-net';
|
|
{$endif ALLPACKAGES}
|
|
{$endif ALLPACKAGES}
|
|
P.Version:='2.2.2-0';
|
|
P.Version:='2.2.2-0';
|
|
-
|
|
|
|
P.Dependencies.Add('fcl-base');
|
|
P.Dependencies.Add('fcl-base');
|
|
P.Dependencies.Add('fcl-xml');
|
|
P.Dependencies.Add('fcl-xml');
|
|
P.Dependencies.Add('fcl-passrc');
|
|
P.Dependencies.Add('fcl-passrc');
|
|
P.Dependencies.Add('fcl-async');
|
|
P.Dependencies.Add('fcl-async');
|
|
|
|
|
|
|
|
+ P.Author := 'Sebastian Guenther and Free Pascal development team';
|
|
|
|
+ P.License := 'LGPL with modification, ';
|
|
|
|
+ P.ExternalURL := 'www.freepascal.org';
|
|
|
|
+ P.Email := '';
|
|
|
|
+ P.Description := 'Network related parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
|
|
|
+ P.NeedLibC:= false;
|
|
|
|
+
|
|
P.SourcePath.Add('src');
|
|
P.SourcePath.Add('src');
|
|
P.IncludePath.Add('src/unix',AllUnixOSes);
|
|
P.IncludePath.Add('src/unix',AllUnixOSes);
|
|
P.IncludePath.Add('src/win',AllWindowsOSes);
|
|
P.IncludePath.Add('src/win',AllWindowsOSes);
|