From c7d58aca8485eff7309af22eefee6398ce136159 Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Wed, 6 Mar 2002 00:18:22 +0000 Subject: Final part of V7 merging process. The FULL_THROTTLE define is not required any more svn-id: r3660 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dc59521700..91340e3b0f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = gcc CFLAGS = -g -Wno-multichar -DEFINES = -DUNIX -DUSE_ADLIB +DEFINES = -DUNIX -DUSE_ADLIB LDFLAGS := INCLUDES:= `sdl-config --cflags` -I./ -I./sound CPPFLAGS= $(DEFINES) $(INCLUDES) -- cgit v1.2.3