mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 17:09:37 +01:00
21 lines
204 B
Makefile
21 lines
204 B
Makefile
#
|
|
# Makefile.fpc for MySql bindings
|
|
#
|
|
|
|
[package]
|
|
name=mysql
|
|
version=1.0.5
|
|
|
|
[target]
|
|
units=mysql_com mysql_version mysql
|
|
examples=testdb
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|