Makefile.fpc.fpcmake 293 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.fpc for Free Pascal ImLib 1.x Packages
  3. #
  4. [package]
  5. name=symbolic
  6. version=2.7.1
  7. [target]
  8. units=symbolic
  9. [require]
  10. libc=y
  11. [compiler]
  12. includedir=src
  13. sourcedir=src tests
  14. [install]
  15. fpcpackage=y
  16. fpcsubdir=packages
  17. [default]
  18. fpcdir=../..
  19. [shared]
  20. build=n
  21. [rules]
  22. .NOTPARALLEL: