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>2008-12-19 15:14:58 +0300
committerTon Roosendaal <ton@blender.org>2008-12-19 15:14:58 +0300
commitd92b45d558b861ef3c314f1d9c926113aa36326c (patch)
treed057b1bf627026fc1bbecec74e4625ed737d5229 /source/blender/editors/space_view3d/Makefile
parentc752ec9fc458f6fd1fc0ae7a156d33bf86e73eff (diff)
2.5
Drawing code for space_view3d module. It's still not cleaned, have to check on context usage still. Also missing is editmodes, armatures, and probably more. Known issue: splitting to 2nd window gives bad opengl lighting. Picture for fun: http://www.blender.org/bf/rt2.jpg Current stat: brought back almost 10k lines! :)
Diffstat (limited to 'source/blender/editors/space_view3d/Makefile')
-rw-r--r--source/blender/editors/space_view3d/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/Makefile b/source/blender/editors/space_view3d/Makefile
index e097d041a37..7a5f609a187 100644
--- a/source/blender/editors/space_view3d/Makefile
+++ b/source/blender/editors/space_view3d/Makefile
@@ -48,6 +48,7 @@ CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../makesdna
CPPFLAGS += -I../../imbuf
CPPFLAGS += -I../../python
+CPPFLAGS += -I../../gpu
CPPFLAGS += -I../../render/extern/include
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include