2000-04-24 17:43:35 +00:00
|
|
|
--- src/Makefile.orig Sun Apr 16 01:12:37 2000
|
|
|
|
+++ src/Makefile Sun Apr 16 01:13:32 2000
|
|
|
|
@@ -91,7 +91,7 @@
|
1997-09-19 06:46:46 +00:00
|
|
|
#
|
2000-04-24 17:43:35 +00:00
|
|
|
# This is my compiler of choice, it seems to work most everywhere.
|
1997-09-19 06:46:46 +00:00
|
|
|
#
|
|
|
|
-CC = gcc
|
|
|
|
+#CC = gcc
|
|
|
|
|
|
|
|
|
|
|
|
#
|
2000-04-24 17:43:35 +00:00
|
|
|
@@ -156,9 +156,9 @@
|
|
|
|
## Allows the use of Angband in the console using ncurses,
|
|
|
|
## as well as under X11.
|
|
|
|
##
|
|
|
|
-CFLAGS = -I/usr/X11R6/include -I/usr/include/ncurses -Wall -O2 -m486 \
|
|
|
|
- -D"USE_X11" -D"USE_GCU" -D"USE_NCURSES"
|
|
|
|
-LIBS = -L/usr/X11R6/lib -lXaw -lXext -lSM -lICE -lXmu -lXt -lX11 -lncurses
|
|
|
|
+#CFLAGS = -I/usr/X11R6/include -I/usr/include/ncurses -Wall -O2 -m486 \
|
|
|
|
+# -D"USE_X11" -D"USE_GCU" -D"USE_NCURSES"
|
|
|
|
+LIBS = -L$(X11BASE)/lib -lXaw -lXext -lSM -lICE -lXmu -lXt -lX11 -lncurses
|
1997-03-31 11:27:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
##
|