summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/fcl-net/examples/Makefile.fpc
blob: 40c09a6ad49e8f3b2e34788e10d77a30478660cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
#   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: