mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-18 22:22:54 +01:00
19 lines
188 B
Makefile
19 lines
188 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal GTK 2.x.y Examples
|
|
#
|
|
|
|
[target]
|
|
programs=iconvtest
|
|
|
|
[require]
|
|
packages=iconvenc
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|