mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-11 17:59:41 +01:00
netware now has GetLastOSError
git-svn-id: trunk@7585 -
This commit is contained in:
parent
e3164530b8
commit
953f5ce772
@ -260,7 +260,7 @@ ifeq ($(FULL_TARGET),i386-qnx)
|
|||||||
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-netware)
|
ifeq ($(FULL_TARGET),i386-netware)
|
||||||
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-openbsd)
|
ifeq ($(FULL_TARGET),i386-openbsd)
|
||||||
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 ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp
|
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 ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp
|
||||||
|
|||||||
@ -48,9 +48,7 @@ units_wince=process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugint
|
|||||||
units_os2=resolve ssockets
|
units_os2=resolve ssockets
|
||||||
units_emx=resolve ssockets
|
units_emx=resolve ssockets
|
||||||
# syncobjs requires GetLastOSError function
|
# syncobjs requires GetLastOSError function
|
||||||
# which is not implemented for netware target
|
units_netware=resolve ssockets syncobjs
|
||||||
# units_netware=resolve ssockets syncobjs
|
|
||||||
units_netware=resolve ssockets
|
|
||||||
units_netwlibc=resolve ssockets syncobjs
|
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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user