mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 16:59:11 +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
|
defaultrule: Makefile all
|
||||||
@ -142,8 +142,10 @@ GRAPHDIR=$(INC)/graph
|
|||||||
# Define Go32v2 Units
|
# Define Go32v2 Units
|
||||||
SYSTEMUNIT=syslinux
|
SYSTEMUNIT=syslinux
|
||||||
|
|
||||||
#
|
# Use new graph unit ?
|
||||||
|
# NEWGRAPH=YES
|
||||||
# Use LibGGI ?
|
# Use LibGGI ?
|
||||||
|
# Use
|
||||||
#
|
#
|
||||||
ifndef USELIBGGI
|
ifndef USELIBGGI
|
||||||
USELIBGGI=NO
|
USELIBGGI=NO
|
||||||
|
@ -48,8 +48,10 @@ GRAPHDIR=$(INC)/graph
|
|||||||
# Define Go32v2 Units
|
# Define Go32v2 Units
|
||||||
SYSTEMUNIT=syslinux
|
SYSTEMUNIT=syslinux
|
||||||
|
|
||||||
#
|
# Use new graph unit ?
|
||||||
|
# NEWGRAPH=YES
|
||||||
# Use LibGGI ?
|
# Use LibGGI ?
|
||||||
|
# Use
|
||||||
#
|
#
|
||||||
ifndef USELIBGGI
|
ifndef USELIBGGI
|
||||||
USELIBGGI=NO
|
USELIBGGI=NO
|
||||||
|
Loading…
Reference in New Issue
Block a user