mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:48:12 +02:00
+ Added syncobjs for Linux
This commit is contained in:
parent
d29c96896f
commit
d4eebadc95
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/06/12]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/06/14]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx
|
||||
@ -208,7 +208,7 @@ override PACKAGE_VERSION=1.0.6
|
||||
override TARGET_DIRS+=xml db shedit passrc net
|
||||
override TARGET_UNITS+=classes contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls xmlreg registry eventlog custapp cgiapp
|
||||
ifeq ($(OS_TARGET),linux)
|
||||
override TARGET_UNITS+=process resolve ssockets fpasync
|
||||
override TARGET_UNITS+=process resolve ssockets fpasync syncobjs
|
||||
endif
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
override TARGET_UNITS+=process fileinfo resolve ssockets syncobjs
|
||||
|
@ -24,7 +24,7 @@ units=classes contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream
|
||||
units_freebsd=process ssockets resolve fpasync
|
||||
units_netbsd=process ssockets resolve fpasync
|
||||
units_openbsd=process ssockets resolve fpasync
|
||||
units_linux=process resolve ssockets fpasync
|
||||
units_linux=process resolve ssockets fpasync syncobjs
|
||||
units_win32=process fileinfo resolve ssockets syncobjs
|
||||
units_netware=resolve ssockets
|
||||
rsts=classes ssockets cachecls resolve custapp
|
||||
|
Loading…
Reference in New Issue
Block a user