mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-12 16:31:31 +01:00
22 lines
199 B
Makefile
22 lines
199 B
Makefile
#
|
|
# Makefile.fpc for MySql bindings
|
|
#
|
|
|
|
[package]
|
|
name=sndfile
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=sndfile
|
|
examples=sfplay
|
|
rsts=sfplay
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|