mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 17:59:37 +01:00
* move netdb unit and examples to fcl-net * removed netdb package git-svn-id: trunk@9909 -
24 lines
247 B
Makefile
24 lines
247 B
Makefile
#
|
|
# Makefile.fpc for fpWeb tests
|
|
#
|
|
|
|
[require]
|
|
packages=fcl-base fcl-xml fcl-net
|
|
|
|
[target]
|
|
programs=rpcserv rpccli
|
|
units=svrclass svrclass_xmlrpc
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|