mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 19:31:35 +02:00
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
#
|
|
# Here we set the names of all PPI files.
|
|
#
|
|
PPINAMES = arc colors dpmi2raw ellipse fill font global ibm image line \
|
|
modes move palette pixel stdcolor text triangle vesadeb
|
|
PPIINCNAMES= $(addsuffix .ppi,$(PPINAMES))
|