mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 22:39:39 +02:00
netwlibc now has GetLastOSError
git-svn-id: trunk@7583 -
This commit is contained in:
parent
f932ccbc59
commit
2148281785
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user