mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 09:14:52 +01:00
20 lines
245 B
Makefile
20 lines
245 B
Makefile
#
|
|
# Makefile.fpc for XML for FCL
|
|
#
|
|
|
|
[package]
|
|
main=fcl
|
|
|
|
[target]
|
|
units=sax dom sax_html dom_html xmlcfg xmlread xmlstreaming xmlwrite xhtml htmwrite xpath
|
|
rsts=sax xpath
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|