mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-10 08:02:44 +02:00
23 lines
213 B
Makefile
23 lines
213 B
Makefile
#
|
|
# Makefile.fpc for odbc bindings
|
|
#
|
|
[package]
|
|
name=odbc
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=odbcsql odbcsqldyn
|
|
examples=testodbc
|
|
|
|
[require]
|
|
libc=n
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[shared]
|
|
build=n
|