mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-07 04:10:43 +01:00
30 lines
307 B
Makefile
30 lines
307 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal GTK 2.x.y Bindings
|
|
#
|
|
|
|
[package]
|
|
name=gtk2
|
|
version=2.0.0
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[target]
|
|
units=buildim
|
|
exampledirs=
|
|
implicitunits=magick_wand imagemagick
|
|
|
|
[compiler]
|
|
unitdir=magick wand
|
|
|
|
[install]
|
|
buildunit=buildgtk2
|
|
fpcpackage=y
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|