+ Initial implementation of graph unit

This commit is contained in:
michael 1998-04-15 13:40:11 +00:00
parent 2856256cb3
commit 1d86a2d73e
2 changed files with 1368 additions and 1 deletions

1364
rtl/linux/graph.pp Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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
#