Răsfoiți Sursa

netwlibc now has GetLastOSError

git-svn-id: trunk@7583 -
pierre 18 ani în urmă
părinte
comite
2148281785
2 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 1 1
      packages/fcl-base/Makefile
  2. 4 4
      packages/fcl-base/Makefile.fpc

+ 1 - 1
packages/fcl-base/Makefile

@@ -278,7 +278,7 @@ ifeq ($(FULL_TARGET),i386-watcom)
 override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
 endif
 ifeq ($(FULL_TARGET),i386-netwlibc)
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll  resolve ssockets
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll  resolve ssockets syncobjs
 endif
 ifeq ($(FULL_TARGET),i386-wince)
 override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll  process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf

+ 4 - 4
packages/fcl-base/Makefile.fpc

@@ -47,11 +47,11 @@ units_win64=process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugint
 units_wince=process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf
 units_os2=resolve ssockets
 units_emx=resolve ssockets
-units_netware=resolve ssockets
 # syncobjs requires GetLastOSError function
-# which is noot implemented for netwlibc target
-# units_netwlibc=resolve ssockets syncobjs
-units_netwlibc=resolve ssockets
+# which is not implemented for netware target
+# units_netware=resolve ssockets syncobjs
+units_netware=resolve ssockets
+units_netwlibc=resolve ssockets syncobjs
 rsts=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol
 
 [compiler]