Makefile.fpc 187 B

123456789101112131415161718
  1. #
  2. # Makefile.fpc for Unzip
  3. #
  4. [package]
  5. name=unzip
  6. version=2.0.0
  7. [target]
  8. units=ziptypes unzip
  9. units_emx=unzipdll
  10. units_os2=unzipdll
  11. [install]
  12. fpcpackage=y
  13. [default]
  14. fpcdir=../../..