netwlibc now has GetLastOSError

git-svn-id: trunk@7583 -
This commit is contained in:
pierre 2007-06-05 09:29:27 +00:00
parent f932ccbc59
commit 2148281785
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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]