Makefile.fpc 290 B

1234567891011121314
  1. [target]
  2. programs=testhash
  3. [require]
  4. packages=indy
  5. packagedir=../../
  6. [compiler]
  7. unittargetdir=units/$(CPU_TARGET)-$(OS_TARGET)
  8. #For some reason, we can't use "unitdir" here. It causes some strange bugs.
  9. #This is a workaround.
  10. options=-dUseCThreads -gl
  11. [install]
  12. fpcpackage=y