123456789101112131415161718192021222324252627 |
- #
- # Makefile.fpc for Free Pascal Amiga units Bindings
- #
- [package]
- name=amunits
- version=3.0.4
- [target]
- units=amigautils consoleio deadkeys doublebuffer easyasl hisoft \
- linklist longarray msgbox pastoc pcq systemvartags \
- tagsarray timerutils vartags wbargs
- [compiler]
- sourcedir=.
- includedir=../inc
- unitdir=../units
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../../../
- [rules]
- .NOTPARALLEL:
|