mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-22 00:16:30 +02:00
24 lines
237 B
Makefile
24 lines
237 B
Makefile
#
|
|
# Makefile.fpc for InterBase bindings
|
|
#
|
|
|
|
[package]
|
|
name=ibase
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=ibase40 ibase60 ibase60dyn
|
|
examples=testib40 testib60
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[shared]
|
|
build=n
|