mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:49:27 +02:00
* fcl-async is only for unix
git-svn-id: trunk@8985 -
This commit is contained in:
parent
9cab4b7623
commit
6e168bb025
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user