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