mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 05:49:29 +02:00
16 lines
147 B
Makefile
16 lines
147 B
Makefile
#
|
|
# Makefile.fpc for odbc units example
|
|
#
|
|
|
|
[target]
|
|
programs=testodbc
|
|
|
|
[require]
|
|
packages=odbc
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|