From 99a2c627e4191ac53c77c11fbcc26d9cfee4c3c9 Mon Sep 17 00:00:00 2001 From: jonas Date: Thu, 27 May 2010 19:56:46 +0000 Subject: * fcl-web now depends on fcl-net and fcl-json git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15337 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/Makefile.fpc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/Makefile.fpc') diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index 27f61d52d6..4aafc71d9b 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -164,11 +164,11 @@ 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 httpd22_all fastcgi_all -fcl-web_debug: fcl-db_debug fcl-xml_debug fcl-process_debug httpd22_debug fastcgi_debug -fcl-web_smart: fcl-db_smart fcl-xml_smart fcl-process_smart httpd22_smart fastcgi_smart -fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release httpd22_release fastcgi_release -fcl-web_shared: fcl-db_shared fcl-xml_shared fcl-process_shared httpd22_shared fastcgi_shared +fcl-web_all: fcl-db_all fcl-xml_all fcl-process_all httpd22_all fastcgi_all fcl-net_all fcl-json_all +fcl-web_debug: fcl-db_debug fcl-xml_debug fcl-process_debug httpd22_debug fastcgi_debug fcl-net_debug fcl-json_debug +fcl-web_smart: fcl-db_smart fcl-xml_smart fcl-process_smart httpd22_smart fastcgi_smart fcl-net_smart fcl-json_smart +fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release httpd22_release fastcgi_release fcl-net_release fcl-json_release +fcl-web_shared: fcl-db_shared fcl-xml_shared fcl-process_shared httpd22_shared fastcgi_shared fcl-net_shared fcl-json_shared ifneq ($(findstring $(OS_TARGET),linux freebsd openbsd netbsd win32 beos haiku),) fcl-db_all: fcl-xml_all mysql_all ibase_all oracle_all odbc_all postgres_all sqlite_all pxlib_all -- cgit v1.2.1