| 12345678910111213141516171819202122232425262728293031 |
- # Makefile.fpc for indycorefpc 10.5.8.0
- [package]
- name=indycorefpc
- version=10.5.8.0
- main=indy
- [compiler]
- includedir=../Inc
- unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)
- unitdir=../System/lib/$(CPU_TARGET)-$(OS_TARGET)
- options=-gl
- [target]
- units=indycorefpc
- rsts=IdResourceStringsCore.rst
- {%FILES}
- [requires]
- packages=indysystemfpc
- packagedir=../System/lib/$(CPU_TARGET)-$(OS_TARGET)
- [install]
- fpcpackage=y
- fpcsubdir=packages/extra
- buildunit=indycorefpc
- [shared]
- build=n
|