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/windowmanager/intern/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/windowmanager/intern/Makefile')
-rw-r--r--source/blender/windowmanager/intern/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/Makefile b/source/blender/windowmanager/intern/Makefile
index 00412f00445..5ca68bef0a2 100644
--- a/source/blender/windowmanager/intern/Makefile
+++ b/source/blender/windowmanager/intern/Makefile
@@ -57,6 +57,7 @@ CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../nodes
CPPFLAGS += -I../../imbuf
CPPFLAGS += -I../../blenloader
+CPPFLAGS += -I../../gpu
CPPFLAGS += -I../../render/extern/include
CPPFLAGS += -I../../ftfont
CPPFLAGS += -I../../radiosity/extern/include