add GL_GLEXT_PROTOTYPES to CPPFLAGS
This commit is contained in:
parent
7b497c73c5
commit
6e5eafb8d9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user