summaryrefslogtreecommitdiff
blob: e70f8875d769da711ec24e67ecf823fdc492fe0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- extern/SConscript
+++ extern/SConscript
@@ -2,8 +2,6 @@
 
 Import('env')
 
-SConscript(['glew/SConscript'])
-
 if env['WITH_BF_ELTOPO']:
	 SConscript(['eltopo/SConscript'])

 if env['WITH_BF_BULLET']:
	 SConscript(['bullet2/src/SConscript'])
 
--- source/blender/editors/include/BIF_gl.h
+++ source/blender/editors/include/BIF_gl.h
@@ -31,7 +31,7 @@
 #ifndef BIF_GL_H
 #define BIF_GL_H
 
-#include "GL/glew.h"
+#include <GL/glew.h>
 
	/*
	 * these should be phased out. cpack should be replaced in