Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-06-18 23:25:58 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-06-18 23:25:58 +0400
commit89d2559e6dbde26acdd45e3fe9d6eff2c62d98c0 (patch)
treeb7c806925ce3cc07283f8c210554c33e626cf4a2 /source/blender/python/generic
parent025b6dcbc3f6303e051354cbfb694ee810934979 (diff)
2.5
* Update cmake and makefiles to link python generic. * Fix game engine building for cmake and makefiles. * Fix compile error with py 3.x, due to 2.x compat fix.
Diffstat (limited to 'source/blender/python/generic')
-rwxr-xr-xsource/blender/python/generic/BGL.h2
-rw-r--r--source/blender/python/generic/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/generic/BGL.h b/source/blender/python/generic/BGL.h
index 0e82ddf6d29..e2d1b0bb495 100755
--- a/source/blender/python/generic/BGL.h
+++ b/source/blender/python/generic/BGL.h
@@ -41,8 +41,8 @@
#endif
#include <Python.h>
+#include <GL/glew.h>
#include "../intern/bpy_compat.h"
-#include "BIF_gl.h"
PyObject *BGL_Init( const char *from );
diff --git a/source/blender/python/generic/Makefile b/source/blender/python/generic/Makefile
index 6e8e5bc1d2e..20cf7f19ec7 100644
--- a/source/blender/python/generic/Makefile
+++ b/source/blender/python/generic/Makefile
@@ -28,7 +28,7 @@
#
#
-LIBNAME = python
+LIBNAME = gen_python
DIR = $(OCGDIR)/blender/$(LIBNAME)
include nan_compile.mk