mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
+ Added choice for new graph
This commit is contained in:
parent
a32597ec3c
commit
edfe0a2a7c
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Makefile generated from Makefile.fpc on 1999-11-08 19:21
|
||||
# Makefile generated from Makefile.fpc on 1999-11-10 14:06
|
||||
#
|
||||
|
||||
defaultrule: Makefile all
|
||||
@ -142,8 +142,10 @@ GRAPHDIR=$(INC)/graph
|
||||
# Define Go32v2 Units
|
||||
SYSTEMUNIT=syslinux
|
||||
|
||||
#
|
||||
# Use new graph unit ?
|
||||
# NEWGRAPH=YES
|
||||
# Use LibGGI ?
|
||||
# Use
|
||||
#
|
||||
ifndef USELIBGGI
|
||||
USELIBGGI=NO
|
||||
|
@ -48,8 +48,10 @@ GRAPHDIR=$(INC)/graph
|
||||
# Define Go32v2 Units
|
||||
SYSTEMUNIT=syslinux
|
||||
|
||||
#
|
||||
# Use new graph unit ?
|
||||
# NEWGRAPH=YES
|
||||
# Use LibGGI ?
|
||||
# Use
|
||||
#
|
||||
ifndef USELIBGGI
|
||||
USELIBGGI=NO
|
||||
|
Loading…
Reference in New Issue
Block a user