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:
authorJoilnen Leite <joilnen.leite@gmail.com>2009-03-24 22:50:24 +0300
committerJoilnen Leite <joilnen.leite@gmail.com>2009-03-24 22:50:24 +0300
commit8f57a92e55b05074642c8729bc0224d9b23c70ba (patch)
treedaebe55f5f62a59cd5f8ce61fb71295498aa5b3b /source/creator
parent51ce279300511412bc417b540140ccebdbc130b3 (diff)
Added makesrna for INC, fixing the 'make' building
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/Makefile b/source/creator/Makefile
index fe281ad8d0e..3de46a68276 100644
--- a/source/creator/Makefile
+++ b/source/creator/Makefile
@@ -43,6 +43,7 @@ CPPFLAGS += -I../blender/radiosity/extern/include
# two needed for the kernel
CPPFLAGS += -I../blender/imbuf
CPPFLAGS += -I../blender/makesdna
+CPPFLAGS += -I../blender/makesrna
CPPFLAGS += -I../blender/blenlib
CPPFLAGS += -I../blender/editors/include
CPPFLAGS += -I../blender/renderconverter