From 867e12836b746b174743d0500e39343e1adb1b7f Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 16 Apr 2008 17:40:59 +0000 Subject: This patch spawns from this game engine issue: [#7113] GE crash pressing as soon as P on 64 bit Note: glext.h has been removed from the source If you get errors compiling with it you have 2 options download/install glext.h (preferred method) or set WITH_BF_GLEXT=false If your a user and having problems with game engine try setting the env var: WITHOUT_GLEXT 1 Kent --- source/gameengine/BlenderRoutines/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/gameengine/BlenderRoutines/Makefile') diff --git a/source/gameengine/BlenderRoutines/Makefile b/source/gameengine/BlenderRoutines/Makefile index f0097e40807..73f51c464a5 100644 --- a/source/gameengine/BlenderRoutines/Makefile +++ b/source/gameengine/BlenderRoutines/Makefile @@ -73,5 +73,9 @@ ifeq ($(OS),windows) CPPFLAGS += -I../../blender endif +ifeq ($(WITH_BF_GLEXT),true) + CPPFLAGS += -DWITH_GLEXT +endif + CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION) -- cgit v1.2.3