mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 03:09:31 +01:00
* now it's possible to use the xsd type parser without using libxml2 git-svn-id: trunk@16751 -
26 lines
264 B
Makefile
26 lines
264 B
Makefile
#
|
|
# Makefile.fpc for OpenAL bindings
|
|
#
|
|
|
|
[package]
|
|
name=libxml2
|
|
version=2.5.1
|
|
|
|
[target]
|
|
units=xml2 xmlxsdparser xmlxsd
|
|
exampledirs=examples
|
|
|
|
[require]
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[compiler]
|
|
sourcedir=src tests examples
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|