Browse Source

* units for OS/2 missing in previous commit

git-svn-id: trunk@9226 -
Tomas Hajny 18 years ago
parent
commit
12d8b3f7e4
2 changed files with 2 additions and 1 deletions
  1. 1 1
      packages/fcl-net/Makefile
  2. 1 0
      packages/fcl-net/Makefile.fpc

+ 1 - 1
packages/fcl-net/Makefile

@@ -318,7 +318,7 @@ ifeq ($(FULL_TARGET),i386-win32)
 override TARGET_UNITS+=servlets  resolve ssockets
 override TARGET_UNITS+=servlets  resolve ssockets
 endif
 endif
 ifeq ($(FULL_TARGET),i386-os2)
 ifeq ($(FULL_TARGET),i386-os2)
-override TARGET_UNITS+=servlets
+override TARGET_UNITS+=servlets  resolve ssockets
 endif
 endif
 ifeq ($(FULL_TARGET),i386-freebsd)
 ifeq ($(FULL_TARGET),i386-freebsd)
 override TARGET_UNITS+=servlets  resolve ssockets fpsock httpbase httpclient httpsvlt xmlrpc
 override TARGET_UNITS+=servlets  resolve ssockets fpsock httpbase httpclient httpsvlt xmlrpc

+ 1 - 0
packages/fcl-net/Makefile.fpc

@@ -17,6 +17,7 @@ units_solaris=resolve ssockets
 units_qnx=resolve ssockets 
 units_qnx=resolve ssockets 
 units_beos=resolve ssockets 
 units_beos=resolve ssockets 
 units_emx=resolve ssockets 
 units_emx=resolve ssockets 
+units_os2=resolve ssockets 
 units_win32=resolve ssockets 
 units_win32=resolve ssockets 
 units_win64=resolve ssockets 
 units_win64=resolve ssockets 
 units_wince=resolve ssockets 
 units_wince=resolve ssockets