mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-11 13:29:39 +01:00
+ Added stringl
This commit is contained in:
parent
026e71bc40
commit
c7f4aee8f2
@ -32,7 +32,7 @@ BININSTALLDIR=/usr/local/bin
|
|||||||
# If nothing special needs doing, then just fill in the names here.
|
# If nothing special needs doing, then just fill in the names here.
|
||||||
# The rest should be automatic.
|
# The rest should be automatic.
|
||||||
#UNITNAMES=
|
#UNITNAMES=
|
||||||
PROGNAMES=fstream mstream list dparser
|
PROGNAMES=fstream mstream list dparser stringl
|
||||||
UNITOBJECTS=$(addsuffix .o, $(UNITNAMES))
|
UNITOBJECTS=$(addsuffix .o, $(UNITNAMES))
|
||||||
UNITFILES=$(addsuffix .ppu, $(UNITNAMES))
|
UNITFILES=$(addsuffix .ppu, $(UNITNAMES))
|
||||||
PROGSOURCES=$(addsiffix .pp, $(PROGNAMES))
|
PROGSOURCES=$(addsiffix .pp, $(PROGNAMES))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user