Makefile.fpc.fpcmake 257 B

12345678910111213141516171819202122232425
  1. #
  2. # Makefile.fpc for Unzip
  3. #
  4. [package]
  5. name=unzip
  6. version=3.3.1
  7. [target]
  8. units=ziptypes unzip51g
  9. units_emx=unzipdll
  10. units_os2=unzipdll
  11. [compiler]
  12. includedir=src
  13. sourcedir=src tests
  14. [install]
  15. fpcpackage=y
  16. [default]
  17. fpcdir=../..
  18. [rules]
  19. .NOTPARALLEL: