mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-09 21:41:37 +01:00
18 lines
230 B
Makefile
18 lines
230 B
Makefile
#
|
|
# Makefile.fpc for XML for FCL
|
|
#
|
|
|
|
[targets]
|
|
units=dom htmldoc xmlcfg xmlread xmlstreaming xmlwrite xhtml htmwrite
|
|
|
|
[require]
|
|
options=-S2
|
|
|
|
[install]
|
|
unitsubdir=fcl
|
|
packagename=fcl
|
|
|
|
[dirs]
|
|
fpcdir=../..
|
|
targetdir=../$(OS_TARGET)
|