From 6e5eafb8d9cb311a64484eb268fc1e901454efe7 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 25 May 2011 15:53:25 -0400 Subject: [PATCH] add GL_GLEXT_PROTOTYPES to CPPFLAGS --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 6fdd701..41b9d1c 100644 --- a/SConstruct +++ b/SConstruct @@ -30,7 +30,7 @@ if platform == 'PLATFORM_WINDOWS': if platform == 'PLATFORM_LINUX': env.Append(LIBS = ['GL', 'GLU']) -env.Append(CPPFLAGS = ['-D'+platform, '-I.']) +env.Append(CPPFLAGS = ['-D'+platform, '-I.', '-DGL_GLEXT_PROTOTYPES']) env.Append(LIBS = ['SDL_image', 'SDL_sound', 'vorbisfile']) env.Append(CCFLAGS = ['-O2', '-Wall']) if DEBUG: