mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 02:04:17 +02:00

serially with .NOTPARALLEL: -> currently parallel: rtl/darwin, packages/base, packages/base/httpd, packages/extra/univint, fcl, utils git-svn-id: trunk@6223 -
27 lines
237 B
Makefile
27 lines
237 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
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
|