From 64395e77a9cbd45acd0442818373b373cf71bdad Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 24 Nov 2003 16:16:00 +0000 Subject: [PATCH] Removed legacy xwin.o stuff. --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 62c8f08..17b7abd 100644 --- a/Makefile +++ b/Makefile @@ -2,14 +2,12 @@ CC = cc CFLAGS = -O2 -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall OBJS = sockets.o tetrinet.o tetris.o tty.o -### no xwin.o, because it isn't done yet -# OBJS = sockets.o tetrinet.o tetris.o tty.o xwin.o ### If you want to have -server tetrinet client option, comment the two lines ### above and uncomment this instead. # CFLAGS = -O2 -I/usr/include/ncurses -DHAVE_IPV6 -g -DBUILTIN_SERVER -Wall -# OBJS = server.o sockets.o tetrinet.o tetris.o tty.o xwin.o +# OBJS = server.o sockets.o tetrinet.o tetris.o tty.o ### If you experience random delays and server freezes when accepting new ### clients, add -DNO_BRUTE_FORCE_DECRYPTION to the CFLAGS line. @@ -46,7 +44,5 @@ sockets.o: sockets.c sockets.h tetrinet.h tetrinet.o: tetrinet.c tetrinet.h io.h server.h sockets.h tetris.h tetris.o: tetris.c tetris.h tetrinet.h io.h sockets.h tty.o: tty.c tetrinet.h tetris.h io.h -### no xwin.o, because it isn't done yet -#xwin.o: xwin.c tetrinet.h tetris.h io.h tetrinet.h: io.h -- 2.11.4.GIT