12345678910111213141516171819202122 |
- #
- # Makefile.fpc for the Multimedia Toolkit (interface units for MMPM)
- #
- [package]
- name=lvm
- version=2.0.0
- [target]
- units=lvm
- exampledirs=tests
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../../..
- [rules]
- .NOTPARALLEL:
|