mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 10:48:30 +02:00
Explicitely add WinSock2 unit to rtl-extra so that it is installed as well.
git-svn-id: trunk@26564 -
This commit is contained in:
parent
72d43272ac
commit
a2f3f0d269
@ -79,6 +79,7 @@ begin
|
||||
AddInclude('qos.inc',[netware,netwlibc]);
|
||||
AddInclude('netwsockh.inc',[netware,netwlibc]);
|
||||
end;
|
||||
T:=P.Targets.AddUnit('winsock2.pp',WinSock2OSes);
|
||||
T:=P.Targets.AddUnit('gpm.pp',gpmOSes);
|
||||
with T.Dependencies do
|
||||
AddUnit('sockets');
|
||||
|
Loading…
Reference in New Issue
Block a user