From 5e6e3453a581f7f2bafae1ce4ebeba113a523c86 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Mon, 21 Dec 2009 10:38:04 +0000 Subject: OS X: added support for building with Cocoa to Makefiles to build with Cocoa support, set WITH_COCOA to true in user-def.mk --- source/blender/quicktime/apple/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/quicktime') diff --git a/source/blender/quicktime/apple/Makefile b/source/blender/quicktime/apple/Makefile index 0cee45e3af0..19f87ed31e3 100644 --- a/source/blender/quicktime/apple/Makefile +++ b/source/blender/quicktime/apple/Makefile @@ -52,6 +52,5 @@ CPPFLAGS += -I.. # stuff needed by quicktime_[import|export].c CPPFLAGS += -I../../blenloader -I../../imbuf/intern -I../../imbuf CPPFLAGS += -I../../blenlib -I../../makesdna -I../../editors/include -I../../avi -CPPFLAGS += -I../../blenkernel -I../../render/extern/include - +CPPFLAGS += -I../../blenkernel -I../../render/extern/include -I../../windowmanager -I../../makesrna -- cgit v1.2.3