mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 03:33:00 +02:00
16 lines
171 B
Makefile
16 lines
171 B
Makefile
#
|
|
# Makefile.fpc for mysql units example
|
|
#
|
|
|
|
[target]
|
|
programs=testdb4 mysqls testdb3 testdb5
|
|
|
|
[require]
|
|
packages=mysql
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|