1999-12-02 19:19:03 +00:00
|
|
|
--- src/Makefile.orig Thu Dec 2 10:00:10 1999
|
|
|
|
+++ src/Makefile Thu Dec 2 10:12:47 1999
|
1997-09-19 06:46:46 +00:00
|
|
|
@@ -94,7 +94,7 @@
|
|
|
|
#
|
|
|
|
# This is my compiler of choice, it seems to work most everywhere
|
|
|
|
#
|
|
|
|
-CC = gcc
|
|
|
|
+#CC = gcc
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
@@ -115,8 +115,8 @@
|
|
|
|
# including "USE_GETCH" and "USE_CURS_SET". Note that "config.h" will
|
|
|
|
# attempt to "guess" at many of these flags based on your system.
|
|
|
|
#
|
|
|
|
-CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU"
|
|
|
|
-LIBS = -lX11 -lcurses -ltermcap
|
|
|
|
+#CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU"
|
1999-12-02 19:19:03 +00:00
|
|
|
+LIBS = -L$(X11BASE)/lib -lX11 -lcurses -ltermcap
|
1997-03-31 11:27:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
##
|