mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-30 13:51:11 +01:00
25 lines
479 B
Makefile
25 lines
479 B
Makefile
#
|
|
# Makefile.fpc for Free Component Library Examples/Tests
|
|
#
|
|
|
|
[target]
|
|
programs=stringl dparser fstream mstream list threads testrtf \
|
|
cfgtest xmldump htdump testcgi tidea \
|
|
b64test b64test2 b64enc b64dec restest testz testz2 \
|
|
istream doecho
|
|
programs_win32=showver testproc
|
|
programs_linux=sockcli isockcli dsockcli socksvr isocksvr dsocksvr
|
|
rst=restest
|
|
|
|
[require]
|
|
packages=fcl
|
|
|
|
[compiler]
|
|
options=-S2
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|