mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 03:19:27 +02:00
+ Initial implementation of graph unit
This commit is contained in:
parent
2856256cb3
commit
1d86a2d73e
1364
rtl/linux/graph.pp
Normal file
1364
rtl/linux/graph.pp
Normal file
File diff suppressed because it is too large
Load Diff
@ -201,7 +201,7 @@ ASMEXT=.s
|
||||
SYSTEMPPU=syslinux$(PPUEXT)
|
||||
OBJECTS=strings linux objpas \
|
||||
dos crt objects printer \
|
||||
getopts errors sockets \
|
||||
getopts errors sockets graph\
|
||||
|
||||
# Extra Syslinux Depends
|
||||
ifeq ($(LINK_TO_C),YES)
|
||||
@ -356,6 +356,9 @@ printer$(PPUEXT) : printer.pp $(INC)/textrec.inc linux$(PPUEXT) $(SYSTEMPPU)
|
||||
$(PP) $(OPT) printer $(REDIR)
|
||||
$(DEL) textrec.inc
|
||||
|
||||
graph$(PPUEXT) : graph.pp linux$(PPUEXT) objects$(PPUEXT)
|
||||
$(PP) $(OPT) graph $(REDIR)
|
||||
|
||||
#
|
||||
# Other RTL Units
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user