| 123456789101112131415 |
- [target]
- programs=httpget
- implicitunits=httpprothandler ftpprothandler prothandler
- [require]
- packages=indy
- packagedir=../../
- [compiler]
- unittargetdir=units/$(CPU_TARGET)-$(OS_TARGET)
- #For some reason, we can't use "unitdir" here. It causes some strange bugs.
- #This is a workaround.
- options=-dUseCThreads -gl
- [install]
- fpcpackage=y
|