diff options
| author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-05-27 19:56:46 +0000 |
|---|---|---|
| committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-05-27 19:56:46 +0000 |
| commit | 99a2c627e4191ac53c77c11fbcc26d9cfee4c3c9 (patch) | |
| tree | be4c7dfc46f487fbe92f44169138549bda877c83 /packages/Makefile.fpc | |
| parent | ca59af2b32de58b72bd9b6b92afabe1ddd6922ec (diff) | |
| download | fpc-99a2c627e4191ac53c77c11fbcc26d9cfee4c3c9.tar.gz | |
* 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
Diffstat (limited to 'packages/Makefile.fpc')
| -rw-r--r-- | packages/Makefile.fpc | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
