mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 18:18:26 +02:00
21 lines
276 B
Makefile
21 lines
276 B
Makefile
#
|
|
# Makefile.fpc for MySql bindings
|
|
#
|
|
|
|
[package]
|
|
name=mysql
|
|
version=1.9.7
|
|
|
|
[target]
|
|
units=mysql4_com mysql4_version mysql4 mysql4dyn mysql4_comdyn mysql3_com mysql3_version mysql3
|
|
examples=testdb4 testdb3
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|