1234567891011121314151617181920212223242526 |
- #
- # Makefile.fpc for httpd 1.3 unit
- #
- [package]
- name=httpd13
- version=3.3.1
- [target]
- units=httpd
- [require]
- libc=y
- [install]
- fpcpackage=y
- [compiler]
- includedir=src
- sourcedir=src tests
- [default]
- fpcdir=../..
- [rules]
- .NOTPARALLEL:
|