From 7b2cb2b0e957b5bb3bf4ed2486d4b029f6ef79f2 Mon Sep 17 00:00:00 2001 From: Lionel Ulmer Date: Sat, 25 May 2002 18:35:56 +0000 Subject: Fix a little bit the Makefile to not have both UNIX and UNIX_X11 defined when building the X11 driver. svn-id: r4382 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04998a0298..97b2ef7fc9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = g++ CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -DEFINES = -DUNIX +DEFINES = LDFLAGS := INCLUDES:= `sdl-config --cflags` -I./ -I./sound LIBS = -lncurses @@ -23,6 +23,7 @@ LIBS = -lncurses OBJS = sdl.o INCLUDE += `sdl-config --cflags` LIBS += `sdl-config --libs` +DEFINES += -DUNIX # Uncomment this if you rather want X11 output # OBJS = x11.o -- cgit v1.2.3