build with -Wall and -DGL_GLEXT_PROTOTYPES
This commit is contained in:
parent
9e6003a0d2
commit
c51606772f
@ -1,4 +1,4 @@
|
||||
# vim:filetype=python
|
||||
|
||||
env = Environment()
|
||||
env = Environment(CFLAGS = ['-Wall'], CPPFLAGS = ['-DGL_GLEXT_PROTOTYPES'])
|
||||
env.Object('glslUtil.o', 'glslUtil.c')
|
||||
|
Loading…
x
Reference in New Issue
Block a user