mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 10:11:37 +02:00
33 lines
324 B
Makefile
33 lines
324 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal ImLib 1.x Packages
|
|
#
|
|
|
|
[package]
|
|
name=iconvenc
|
|
version=2.7.1
|
|
|
|
[target]
|
|
units=iconvenc iconvenc_dyn
|
|
exampledirs=examples
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
fpcsubdir=packages
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|