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>2006-09-07 22:09:55 +0400
committerKent Mein <mein@cs.umn.edu>2006-09-07 22:09:55 +0400
commit4b5badf9cb1f8cda8ab4fe573a710180114c4370 (patch)
treed9cea99d07e317a65b8afef433550d0cc76a24a5 /intern/boolop
parentd731945f015bd6c51be28d422abb4216a82d8b03 (diff)
Updated boolop Makefile so that it can find various headers it needs now.
Kent
Diffstat (limited to 'intern/boolop')
-rw-r--r--intern/boolop/intern/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/boolop/intern/Makefile b/intern/boolop/intern/Makefile
index e098665eabf..0838f44ca8a 100644
--- a/intern/boolop/intern/Makefile
+++ b/intern/boolop/intern/Makefile
@@ -42,7 +42,10 @@ CCFLAGS += $(LEVEL_2_CPP_WARNINGS)
CPPFLAGS += -I../extern
CPPFLAGS += -I$(NAN_MOTO)/include
CPPFLAGS += -I$(NAN_MEMUTIL)/include
+CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
CPPFLAGS += -I$(NAN_CONTAINER)/include
+CPPFLAGS += -I../../../source/blender/makesdna
+CPPFLAGS += -I../../../source/blender/blenlib
CPPFLAGS += -Icommon