1999-06-03 08:31:13 +00:00
|
|
|
--- Makefile.orig Fri May 21 07:06:38 1999
|
|
|
|
+++ Makefile Thu Jun 3 12:18:39 1999
|
|
|
|
@@ -2,7 +2,8 @@
|
1998-06-28 03:22:37 +00:00
|
|
|
# I have no clue but this appears to work fairly well
|
|
|
|
# be sure to use gmake
|
1999-06-03 08:31:13 +00:00
|
|
|
CC = gcc
|
1999-04-06 20:47:00 +00:00
|
|
|
-CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR
|
1999-06-03 08:31:13 +00:00
|
|
|
+#CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR
|
|
|
|
+CFLAGS += -Wall -DUNIX -DANSI_COLOR
|
|
|
|
CFLAGS += -DMAX_CONTACTS=255
|
1999-04-06 20:47:00 +00:00
|
|
|
CFLAGS += -DUSE_MREADLINE
|
|
|
|
CFLAGS += -DENGLISH_LANG
|
1999-06-03 08:31:13 +00:00
|
|
|
@@ -16,9 +17,9 @@
|
|
|
|
#CFLAGS += -DITALIAN_LANG
|
|
|
|
#CFLAGS += -DUKRAINIAN_LANG
|
|
|
|
# Uncomment the below line for humorous messages
|
|
|
|
-CFLAGS += -DFUNNY_MSGS
|
|
|
|
+#CFLAGS += -DFUNNY_MSGS
|
|
|
|
# uncomment the line below for debuging info
|
|
|
|
-CFLAGS += -g
|
|
|
|
+#CFLAGS += -g
|
|
|
|
CLIBS =
|
|
|
|
#uncomment the line below if your using Solaris
|
|
|
|
#CLIBS= -lnsl -lsocket
|