summaryrefslogtreecommitdiff
path: root/packages/hash/Makefile.fpc.fpcmake
blob: 7000c918d1cdbdfc10b7a89c0966d66b5703f4ba (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
27
#
#   Makefile.fpc for MD5 checksum.
#

[package]
name=hash
version=3.1.1

[require]
packages=rtl-objpas

[target]
units=md5 crc ntlm sha1 uuid
units_linux=unixcrypt
exampledirs=examples

[install]
fpcpackage=y

[compiler]
sourcedir=src

[default]
fpcdir=../..

[rules]
.NOTPARALLEL: