Ver código fonte

* fcl-async is only for unix

git-svn-id: trunk@8985 -
peter 18 anos atrás
pai
commit
6e168bb025
2 arquivos alterados com 16 adições e 0 exclusões
  1. 8 0
      packages/Makefile
  2. 8 0
      packages/Makefile.fpc

+ 8 - 0
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

+ 8 - 0
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