mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 09:14:52 +01:00
15 lines
156 B
Makefile
15 lines
156 B
Makefile
#
|
|
# Makefile.fpc for InterBase bindings
|
|
#
|
|
|
|
[targets]
|
|
units=ibase
|
|
examples=testib
|
|
|
|
[dirs]
|
|
fpcdir=../..
|
|
|
|
|
|
[rules]
|
|
testib$(EXEEXT): testib.pp ibase$(PPUEXT)
|