Browse Source

+ Added choice for new graph

michael 26 years ago
parent
commit
edfe0a2a7c
2 changed files with 7 additions and 3 deletions
  1. 4 2
      rtl/linux/Makefile
  2. 3 1
      rtl/linux/Makefile.fpc

+ 4 - 2
rtl/linux/Makefile

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

+ 3 - 1
rtl/linux/Makefile.fpc

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