From 4b5badf9cb1f8cda8ab4fe573a710180114c4370 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 7 Sep 2006 18:09:55 +0000 Subject: Updated boolop Makefile so that it can find various headers it needs now. Kent --- intern/boolop/intern/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intern') 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 -- cgit v1.2.3