summaryrefslogtreecommitdiff
path: root/packages/zlib/Makefile.fpc.fpcmake
blob: e9a6a2e5a3b1fc25973ba17c2e6e3620f7819bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
#   Makefile.fpc for ZLib (LibC version)
#

[package]
name=zlib
version=3.0.4

[target]
units=zlib

[require]
libc=y

[install]
fpcpackage=y

[compiler]
includedir=src
sourcedir=src tests

[default]
fpcdir=../..

[rules]
.NOTPARALLEL: