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:
authorStefan Gartner <stefang@aon.at>2009-12-21 13:38:04 +0300
committerStefan Gartner <stefang@aon.at>2009-12-21 13:38:04 +0300
commit5e6e3453a581f7f2bafae1ce4ebeba113a523c86 (patch)
treee63901f340c6e2e0c8f3f82fa128fd5127ef6c27 /source/blender/quicktime
parentf7f06d96f3c13623448d899e1fe2577ed6cbf996 (diff)
OS X: added support for building with Cocoa to Makefiles
to build with Cocoa support, set WITH_COCOA to true in user-def.mk
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/apple/Makefile3
1 files changed, 1 insertions, 2 deletions
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