mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:39:36 +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
|
default: all
|
||||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx
|
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_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
|
override TARGET_UNITS+=classes contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls xmlreg registry eventlog custapp cgiapp
|
||||||
ifeq ($(OS_TARGET),linux)
|
ifeq ($(OS_TARGET),linux)
|
||||||
override TARGET_UNITS+=process resolve ssockets fpasync
|
override TARGET_UNITS+=process resolve ssockets fpasync syncobjs
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS_TARGET),win32)
|
ifeq ($(OS_TARGET),win32)
|
||||||
override TARGET_UNITS+=process fileinfo resolve ssockets syncobjs
|
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_freebsd=process ssockets resolve fpasync
|
||||||
units_netbsd=process ssockets resolve fpasync
|
units_netbsd=process ssockets resolve fpasync
|
||||||
units_openbsd=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_win32=process fileinfo resolve ssockets syncobjs
|
||||||
units_netware=resolve ssockets
|
units_netware=resolve ssockets
|
||||||
rsts=classes ssockets cachecls resolve custapp
|
rsts=classes ssockets cachecls resolve custapp
|
||||||
|
Loading…
Reference in New Issue
Block a user