mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-13 12:26:00 +02:00
21 lines
207 B
Makefile
21 lines
207 B
Makefile
#
|
|
# Makefile.fpc for MySql bindings
|
|
#
|
|
|
|
[package]
|
|
name=mysql
|
|
version=1.9.0
|
|
|
|
[target]
|
|
units=mysql_com mysql_version mysql
|
|
examples=testdb
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|