mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-26 17:23:29 +02:00
24 lines
265 B
Makefile
24 lines
265 B
Makefile
#
|
|
# Makefile.fpc for fpWeb tests
|
|
#
|
|
|
|
[require]
|
|
packages=fcl-base fcl-xml fcl-net
|
|
|
|
[target]
|
|
programs=rpcserv rpccli isockcli isocksvr
|
|
units=svrclass svrclass_xmlrpc
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|