+ Added choice for new graph

This commit is contained in:
michael 1999-11-10 12:10:56 +00:00
parent a32597ec3c
commit edfe0a2a7c
2 changed files with 7 additions and 3 deletions

View File

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

View File

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