Makefile.fpc 351 B

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