mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:28:08 +02:00
31 lines
278 B
Makefile
31 lines
278 B
Makefile
#
|
|
# Makefile.fpc for odbc bindings
|
|
#
|
|
[package]
|
|
name=odbc
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=odbcsql odbcsqldyn
|
|
exampledirs=examples
|
|
|
|
[require]
|
|
libc=n
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
|