mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 17:21:42 +01:00
28 lines
406 B
Makefile
28 lines
406 B
Makefile
#
|
|
# Makefile.fpc for XML for FCL
|
|
#
|
|
|
|
[package]
|
|
name=fcl-xml
|
|
version=2.2.2
|
|
|
|
[target]
|
|
units=htmldefs sax xmlutils dom sax_html dom_html xmlcfg xmlread xmlstreaming xmlwrite xhtml htmwrite xpath htmlelements htmlwriter xmlconf sax_xml
|
|
rsts=sax xpath htmlwriter xmlconf
|
|
|
|
[require]
|
|
packages=fcl-base
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
sourcedir=src
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|