diff options
author | Matt Turner <mattst88@gmail.com> | 2006-12-12 00:20:26 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2006-12-12 00:20:26 +0000 |
commit | c8f218776cfed976f0a1c92807572f255f392577 (patch) | |
tree | 07fd94f8baa2fe02c5ac330704d3f99836eb0ad5 /Makefile | |
parent | fb9b032bd8e18e3f99841bf3da5e0cab793b3ca9 (diff) |
-Fixed the FPS counter, somewhat.
-Compressed the PNGs a little more.
git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@15 4dd1920e-271a-0410-bca0-81b404a81564
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 -lSDL_net -lGL -lGLU -lglc32
+LIBRARIES=`sdl-config --libs` -lSDL_image -lSDL_net -lGL -lGLU -lGLC
EXT=.exe
EXE=glpong3d${EXT}
@@ -23,4 +23,4 @@ remake: rebuild %.o: %.c
${CC} ${CFLAGS} ${INCLUDES} -c -o $@ $<
-
\ No newline at end of file + |