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:
authorTon Roosendaal <ton@blender.org>2009-07-18 15:32:52 +0400
committerTon Roosendaal <ton@blender.org>2009-07-18 15:32:52 +0400
commit178bc61dd3250507fda7107fbb11b02dc95f2e6b (patch)
treedf1cd8b2fcc7d45cd8c949dfb03d7f90fada038b /source/blender/editors/space_console/Makefile
parent169a87cb0b51b29a01274db6b106e9a8d0cca8ac (diff)
2.5
Fix for Makefile to use GLEW in console editor
Diffstat (limited to 'source/blender/editors/space_console/Makefile')
-rw-r--r--source/blender/editors/space_console/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_console/Makefile b/source/blender/editors/space_console/Makefile
index 19ca75beaf8..a7c9283985b 100644
--- a/source/blender/editors/space_console/Makefile
+++ b/source/blender/editors/space_console/Makefile
@@ -35,6 +35,7 @@ include nan_compile.mk
CFLAGS += $(LEVEL_1_C_WARNINGS)
+CPPFLAGS += -I$(NAN_GLEW)/include
CPPFLAGS += -I$(OPENGL_HEADERS)
# not very neat....