From faa75e3a202b773d5f90cd99bc076ca9635440bf Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 6 Aug 2006 03:16:23 +0000 Subject: Added Text rendering support via QuesoGLC (http://quesoglc.sourceforge.net/index.html). git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@11 4dd1920e-271a-0410-bca0-81b404a81564 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d5d133f..0dee9ba 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ WARN=-Wall -W -ansi -pedantic CFLAGS=-Os -pipe -std=c99 ${WARN} LDFLAGS=-Wl,-O1,-s INCLUDES=`sdl-config --cflags` -LIBRARIES=`sdl-config --libs` -lSDL_image -lGL -lGLU +LIBRARIES=`sdl-config --libs` -lSDL_image -lSDL_net -lGL -lGLU -lGLC EXT=.exe EXE=glpong3d${EXT} -- cgit v1.2.3