mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-29 10:27:38 +01:00
* distclean uses cleanall rule and removes units dir
* cross compile support fixed, it is now possible to cycle a ppcsparc
without deleting ppc386
* bintutilsperfix defaults to cpu-os-
22 lines
191 B
Makefile
22 lines
191 B
Makefile
#
|
|
# Makefile.fpc for SQL IBConnection
|
|
#
|
|
|
|
[package]
|
|
main=fcl
|
|
|
|
[target]
|
|
units=mysql4conn
|
|
|
|
[require]
|
|
packages=mysql
|
|
|
|
[compiler]
|
|
options=-S2
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../..
|