Lines 1-6
Link Here
|
1 |
--- Makefile.orig Sun Jan 2 08:17:33 2000 |
1 |
--- Makefile.orig Sun Jul 16 07:01:56 2000 |
2 |
+++ Makefile Thu Mar 30 20:28:01 2000 |
2 |
+++ Makefile Tue Dec 5 23:30:00 2000 |
3 |
@@ -6,13 +6,13 @@ |
3 |
@@ -6,7 +6,7 @@ |
4 |
# |
4 |
# |
5 |
############################################################################ |
5 |
############################################################################ |
6 |
|
6 |
|
Lines 9-42
Link Here
|
9 |
|
9 |
|
10 |
# |
10 |
# |
11 |
# ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys |
11 |
# ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys |
12 |
# |
12 |
@@ -25,10 +25,10 @@ |
13 |
|
13 |
########################### |
14 |
-ADD_CFLAGS = -O # -DVI_KEYS |
14 |
# LINUX (testet with ncurses 5.0) |
15 |
+#ADD_CFLAGS = -O # -DVI_KEYS |
|
|
16 |
|
17 |
LFLAGS = |
18 |
BINDIR = /usr/bin |
19 |
@@ -27,10 +27,10 @@ |
20 |
########################### |
15 |
########################### |
21 |
# If color doesn't work, comment out |
16 |
-COLOR = -DCOLOR_SUPPORT |
22 |
# the following line and recompile |
17 |
+#COLOR = -DCOLOR_SUPPORT |
23 |
-COLOR = -DCOLOR_SUPPORT |
18 |
#CLOCK = -DCLOCK_SUPPORT # Experimental! |
24 |
+#COLOR = -DCOLOR_SUPPORT |
|
|
25 |
#CLOCK = -DCLOCK_SUPPORT |
26 |
-CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK) |
19 |
-CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK) |
27 |
-LIBS = -lncurses |
20 |
-LIBS = -lncurses |
28 |
+#CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK) |
21 |
+#CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK) |
29 |
+#LIBS = -lncurses |
22 |
+#LIBS = -lncurses |
30 |
|
23 |
|
31 |
########################### |
24 |
########################### |
32 |
# LINUX without ncurses |
25 |
# LINUX (X11 using PDCurses) thanks to Mark Hessling |
33 |
@@ -41,8 +41,8 @@ |
26 |
@@ -43,8 +43,8 @@ |
34 |
########################### |
27 |
########################### |
35 |
# FreeBSD (Thanks to Peter Brevik) |
28 |
# FreeBSD (Thanks to Peter Brevik) |
36 |
########################### |
29 |
########################### |
37 |
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES |
30 |
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES |
38 |
-#LIBS = -lncurses -lmytinfo -lcompat |
31 |
-#LIBS = -lncurses -lmytinfo -lcompat |
39 |
+CFLAGS += -DCOLOR_SUPPORT -DNCURSES |
32 |
+CFLAGS += -DCOLOR_SUPPORT -DNCURSES |
40 |
+LIBS = -lncurses -lmytinfo -lcompat |
33 |
+LIBS = -lncurses -lmytinfo -lcompat |
41 |
|
34 |
|
42 |
########################### |
35 |
########################### |