Просмотр исходного кода

netwlibc now has GetLastOSError

git-svn-id: trunk@7583 -
pierre 18 лет назад
Родитель
Сommit
2148281785
2 измененных файлов с 5 добавлено и 5 удалено
  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
 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
 endif
 ifeq ($(FULL_TARGET),i386-netwlibc)
 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
 endif
 ifeq ($(FULL_TARGET),i386-wince)
 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
 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_wince=process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf
 units_os2=resolve ssockets
 units_os2=resolve ssockets
 units_emx=resolve ssockets
 units_emx=resolve ssockets
-units_netware=resolve ssockets
 # syncobjs requires GetLastOSError function
 # 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
 rsts=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol
 
 
 [compiler]
 [compiler]