mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-17 06:41:41 +01:00
21 lines
207 B
Makefile
21 lines
207 B
Makefile
#
|
|
# Makefile.fpc for DBase FCL db units
|
|
#
|
|
|
|
[package]
|
|
main=fcl
|
|
|
|
[target]
|
|
units=dbf
|
|
examples=testdbf
|
|
|
|
[compiler]
|
|
options=-S2 -Sh
|
|
targetdir=../../$(OS_TARGET)
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|