mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 19:10:18 +02:00
* package supported for OS/2 now
git-svn-id: trunk@27730 -
This commit is contained in:
parent
b101438eb7
commit
20545a79dc
@ -18,7 +18,7 @@ begin
|
|||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
P.Version:='2.7.1';
|
P.Version:='2.7.1';
|
||||||
P.SourcePath.Add('src');
|
P.SourcePath.Add('src');
|
||||||
P.OSes := AllUnixOSes+AllWindowsOSes-[qnx];
|
P.OSes := AllUnixOSes+AllWindowsOSes+[OS2,EMX]-[qnx];
|
||||||
// P.Dependencies.Add('x11');
|
// P.Dependencies.Add('x11');
|
||||||
|
|
||||||
T:=P.Targets.AddUnit('openssl.pas');
|
T:=P.Targets.AddUnit('openssl.pas');
|
||||||
|
Loading…
Reference in New Issue
Block a user