12345678910111213141516171819202122232425 |
- #
- # Makefile.fpc for OpenAL bindings
- #
- [package]
- name=libxml2
- version=3.3.1
- [target]
- units=xml2 xmlxsdparser xmlxsd
- exampledirs=examples
- [require]
- [install]
- fpcpackage=y
- [compiler]
- sourcedir=src tests examples
- [default]
- fpcdir=../..
- [rules]
- .NOTPARALLEL:
|