123456789101112131415161718192021222324 |
- #
- # Makefile.fpc for PTC demos
- #
- [package]
- name=ptc-demos
- version=0.99.5
- [target]
- programs=fire flower land lights mojo texwarp tunnel tunnel3d
- [compiler]
- unitdir=../$(UNITTARGETDIRPREFIX)
- [default]
- fpcdir=../../../..
- [require]
- packages=hermes ptc
- packages_linux=x11
- packages_freebsd=x11
- [rules]
- .NOTPARALLEL:
|