mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-17 16:51:42 +01:00
19 lines
181 B
Makefile
19 lines
181 B
Makefile
#
|
|
# Makefile.fpc for TDataSet Tests
|
|
#
|
|
|
|
[target]
|
|
programs=testds createds tested
|
|
|
|
[require]
|
|
packages=fcl
|
|
|
|
[compiler]
|
|
options=-S2
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|