123456789101112131415161718192021222324252627 |
- #
- # Makefile.fpc for MD5 checksum.
- #
- [package]
- name=hash
- version=3.3.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:
|