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:
authorKent Mein <mein@cs.umn.edu>2007-12-28 00:35:25 +0300
committerKent Mein <mein@cs.umn.edu>2007-12-28 00:35:25 +0300
commit6c7b60668b122414299d1a34263395e169b7ffeb (patch)
tree7e82b3e5f655cb352696b3307042a9b6672dee36 /source/blender/blenloader
parente735a6b4c96d29d9e664f584af5118e7cff7f259 (diff)
(this is for blender2.5 again)
Modified these three to include blender/editors/include instead of blender/include maybe not needed at this stage but I'm guessing its good to do this. Kent
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/Makefile b/source/blender/blenloader/intern/Makefile
index 4fcb0e8db47..04f189ffe07 100644
--- a/source/blender/blenloader/intern/Makefile
+++ b/source/blender/blenloader/intern/Makefile
@@ -70,7 +70,7 @@ CPPFLAGS += -I../../render/extern/include/
CPPFLAGS += -I../../python
# we still refer to /include a bit...
-CPPFLAGS += -I../../include
+CPPFLAGS += -I../../editors/include
# path to our own external headerfiles
CPPFLAGS += -I..