mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-01 21:00:46 +01:00
23 lines
217 B
Makefile
23 lines
217 B
Makefile
#
|
|
# Makefile.fpc for Forms Bindings
|
|
#
|
|
|
|
[package]
|
|
name=forms
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=xforms
|
|
programs=fd2pascal
|
|
exampledirs=demo
|
|
|
|
[require]
|
|
packages=x11
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|