From 6e168bb025fca63938c25d0dcb56e211ce4a30a5 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 28 Oct 2007 22:15:50 +0000 Subject: [PATCH] * fcl-async is only for unix git-svn-id: trunk@8985 - --- packages/Makefile | 8 ++++++++ packages/Makefile.fpc | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/packages/Makefile b/packages/Makefile index adef1df498..4f66aa7d99 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -3230,11 +3230,19 @@ fcl-registry_debug: fcl-xml_debug fcl-registry_smart: fcl-xml_smart fcl-registry_release: fcl-xml_release fcl-registry_shared: fcl-xml_shared +ifeq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),) +fcl-net_all: fcl-passrc_all fcl-xml_all +fcl-net_debug: fcl-passrc_debug fcl-xml_debug +fcl-net_smart: fcl-passrc_smart fcl-xml_smart +fcl-net_release: fcl-passrc_release fcl-xml_release +fcl-net_shared: fcl-passrc_shared fcl-xml_shared +else fcl-net_all: fcl-passrc_all fcl-xml_all fcl-async_all fcl-net_debug: fcl-passrc_debug fcl-xml_debug fcl-async_debug fcl-net_smart: fcl-passrc_smart fcl-xml_smart fcl-async_smart fcl-net_release: fcl-passrc_release fcl-xml_release fcl-async_release fcl-net_shared: fcl-passrc_shared fcl-xml_shared fcl-async_shared +endif fcl-web_all: fcl-db_all fcl-xml_all fcl-process_all fcl-web_debug: fcl-db_debug fcl-xml_debug fcl-process_debug fcl-web_smart: fcl-db_smart fcl-xml_smart fcl-process_smart diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index b0495aa34a..31b943e972 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -70,11 +70,19 @@ fcl-registry_smart: fcl-xml_smart fcl-registry_release: fcl-xml_release fcl-registry_shared: fcl-xml_shared +ifeq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),) +fcl-net_all: fcl-passrc_all fcl-xml_all +fcl-net_debug: fcl-passrc_debug fcl-xml_debug +fcl-net_smart: fcl-passrc_smart fcl-xml_smart +fcl-net_release: fcl-passrc_release fcl-xml_release +fcl-net_shared: fcl-passrc_shared fcl-xml_shared +else fcl-net_all: fcl-passrc_all fcl-xml_all fcl-async_all fcl-net_debug: fcl-passrc_debug fcl-xml_debug fcl-async_debug fcl-net_smart: fcl-passrc_smart fcl-xml_smart fcl-async_smart fcl-net_release: fcl-passrc_release fcl-xml_release fcl-async_release fcl-net_shared: fcl-passrc_shared fcl-xml_shared fcl-async_shared +endif fcl-web_all: fcl-db_all fcl-xml_all fcl-process_all fcl-web_debug: fcl-db_debug fcl-xml_debug fcl-process_debug