1234567891011121314151617181920212223242526 |
- #
- # Makefile.fpc for Free Pascal MorphOS units Bindings
- #
- [package]
- name=morphunits
- version=3.3.1
- [target]
- units= amigalib agraphics ahi amigados asl clipboard datatypes exec get9 \
- hardware inputevent intuition keymap layers mui muihelper timer \
- tinygl utility iffparse diskfont cybergraphics cgxvideo gadtools \
- akeyboard input
- [compiler]
- includedir=src
- sourcedir=src
- [install]
- fpcpackage=y
- [default]
- fpcdir=../..
- [rules]
- .NOTPARALLEL:
|