mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-31 06:45:22 +01:00
24 lines
239 B
Makefile
24 lines
239 B
Makefile
#
|
|
# Makefile.fpc for interbase FCL db units
|
|
#
|
|
|
|
[package]
|
|
main=fcl
|
|
|
|
[target]
|
|
units=interbase
|
|
examples=testib
|
|
|
|
[require]
|
|
packages=ibase
|
|
|
|
[compiler]
|
|
options=-S2
|
|
targetdir=../../$(OS_TARGET)
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|