Browse Source

Explicitely add WinSock2 unit to rtl-extra so that it is installed as well.

git-svn-id: trunk@26564 -
svenbarth 11 years ago
parent
commit
a2f3f0d269
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl-extra/fpmake.pp

+ 1 - 0
packages/rtl-extra/fpmake.pp

@@ -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');