From 15e2da75f4a8550b445a4ba8cb3d21c20beb007f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 14 May 2008 16:26:15 +0000 Subject: Make quesoglc work. Still need to sort out why GLC_TRIANGLE works but GLC_TEXTURE doesn't. git-svn-id: svn://mattst88.com/svn/glpong/trunk@15 449aeecc-241a-0410-943f-e2f883e2d7a2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4259e2c..5de936c 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ CC=gcc STRIP=strip WARN=-Wall -W -ansi -pedantic -DEFINES=-DINLINE=inline -CFLAGS=-Os -pipe -std=c99 -g ${DEFINES} -Wall #${WARN} +DEFINES=-DINLINE=__inline__ -DDEBUG=1 +CFLAGS=-Os -pipe -std=c99 -g ${DEFINES} ${WARN} LDFLAGS=-Wl,-O1 INCLUDES=`sdl-config --cflags` LIBRARIES=`sdl-config --libs` -lSDL_image -lGL -lGLC -- cgit v1.2.3