Browse Source

* fcl-web depends on fcl-process

git-svn-id: trunk@8982 -
peter 18 years ago
parent
commit
f6ba07a2fd
2 changed files with 10 additions and 10 deletions
  1. 5 5
      packages/Makefile
  2. 5 5
      packages/Makefile.fpc

+ 5 - 5
packages/Makefile

@@ -3235,11 +3235,11 @@ 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
-fcl-web_all: fcl-db_all fcl-xml_all
-fcl-web_debug: fcl-db_debug fcl-xml_debug
-fcl-web_smart: fcl-db_smart fcl-xml_smart
-fcl-web_release: fcl-db_release fcl-xml_release
-fcl-web_shared: fcl-db_shared fcl-xml_shared
+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
+fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release
+fcl-web_shared: fcl-db_shared fcl-xml_shared fcl-process_shared
 fcl-db_all: fcl-base_all
 fcl-db_debug: fcl-base_debug
 fcl-db_smart: fcl-base_smart

+ 5 - 5
packages/Makefile.fpc

@@ -76,11 +76,11 @@ 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
 
-fcl-web_all: fcl-db_all fcl-xml_all
-fcl-web_debug: fcl-db_debug fcl-xml_debug
-fcl-web_smart: fcl-db_smart fcl-xml_smart
-fcl-web_release: fcl-db_release fcl-xml_release
-fcl-web_shared: fcl-db_shared fcl-xml_shared
+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
+fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release
+fcl-web_shared: fcl-db_shared fcl-xml_shared fcl-process_shared
 
 fcl-db_all: fcl-base_all
 fcl-db_debug: fcl-base_debug