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/creator/Makefile
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/creator/Makefile')
-rw-r--r--source/creator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/Makefile b/source/creator/Makefile
index 8e0afca828b..69630990e74 100644
--- a/source/creator/Makefile
+++ b/source/creator/Makefile
@@ -46,7 +46,7 @@ CPPFLAGS += -I../blender/radiosity/extern/include
CPPFLAGS += -I../blender/imbuf
CPPFLAGS += -I../blender/makesdna
CPPFLAGS += -I../blender/blenlib
-CPPFLAGS += -I../blender/include
+CPPFLAGS += -I../blender/editors/include
CPPFLAGS += -I../blender/renderconverter
CPPFLAGS += -I../blender/blenkernel
CPPFLAGS += -I../blender/python