From d4eebadc951f094966f541db9b28567d55db8ad3 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 14 Jun 2003 19:13:37 +0000 Subject: [PATCH] + Added syncobjs for Linux --- fcl/Makefile | 4 ++-- fcl/Makefile.fpc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fcl/Makefile b/fcl/Makefile index 8675608e5e..d67ce4c25d 100644 --- a/fcl/Makefile +++ b/fcl/Makefile @@ -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 diff --git a/fcl/Makefile.fpc b/fcl/Makefile.fpc index 7485a19376..622ca06dbf 100644 --- a/fcl/Makefile.fpc +++ b/fcl/Makefile.fpc @@ -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