[Fix] Added -DGL_GLEXT_PROTOTYPES to remove some implicit declaration

warnings that some systems will issue.
This commit is contained in:
Allanis 2014-03-15 00:28:44 +00:00
parent 22e5393f0c
commit 8e976d5bf9

View File

@ -25,7 +25,7 @@ OBJS := $(patsubst %.c, %.o, $(wildcard ../src/*.c))
# CFLAGS
CLUA := -I../lib/lua
CSDL := $(shell sdl-config --cflags)
CSDL := $(shell sdl-config --cflags) -DGL_GLEXT_PROTOTYPES
CXML := $(shell xml2-config --cflags)
CTTF := $(shell freetype-config --cflags)
CPNG := #$(shell libpng-config libpng --cflags)