mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 05:28:44 +02:00
16 lines
186 B
Makefile
16 lines
186 B
Makefile
#
|
|
# Makefile.fpc for fcl-image units example
|
|
#
|
|
|
|
[target]
|
|
programs=imgconv drawing xwdtobmp interpoldemo
|
|
|
|
[require]
|
|
packages=fcl-image
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|