123456789101112131415161718192021222324 |
- #
- # Makefile.fpc for MD5 checksum.
- #
- [package]
- name=hash
- version=2.5.1
- [target]
- units=md5 crc ntlm uuid sha1
- units_linux=unixcrypt
- exampledirs=examples
- [install]
- fpcpackage=y
- [compiler]
- sourcedir=src
- [default]
- fpcdir=../..
- [rules]
- .NOTPARALLEL:
|