indycorefpc-Makefile.fpc 512 B

12345678910111213141516171819202122232425262728293031
  1. # Makefile.fpc for indycorefpc 10.5.8.0
  2. [package]
  3. name=indycorefpc
  4. version=10.5.8.0
  5. main=indy
  6. [compiler]
  7. includedir=../Inc
  8. unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)
  9. unitdir=../System/lib/$(CPU_TARGET)-$(OS_TARGET)
  10. options=-gl
  11. [target]
  12. units=indycorefpc
  13. rsts=IdResourceStringsCore.rst
  14. {%FILES}
  15. [requires]
  16. packages=indysystemfpc
  17. packagedir=../System/lib/$(CPU_TARGET)-$(OS_TARGET)
  18. [install]
  19. fpcpackage=y
  20. fpcsubdir=packages/extra
  21. buildunit=indycorefpc
  22. [shared]
  23. build=n