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>2010-01-10 12:11:48 +0300
committerStefan Gartner <stefang@aon.at>2010-01-10 12:11:48 +0300
commit9da2c0c6c2507e16a6c38361f423c9eb35d40546 (patch)
tree1f2af86fab8d5341d5a678eec2ca2f9a8c71dd74 /source/blender/Makefile
parent08c9ecb3b043322f34e55f335f76dc2657c187ef (diff)
add OpenCOLLADA support to Makefiles
add "export WITH_OPENCOLLADA=true" to user-def.mk to enable it
Diffstat (limited to 'source/blender/Makefile')
-rw-r--r--source/blender/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/Makefile b/source/blender/Makefile
index 6bc874c3c93..1c4ff6935b9 100644
--- a/source/blender/Makefile
+++ b/source/blender/Makefile
@@ -37,13 +37,17 @@ DIRS += python nodes gpu
DIRS += blenfont ikplugin
ifeq ($(WITH_QUICKTIME), true)
- DIRS += quicktime
+ DIRS += quicktime
endif
ifeq ($(WITH_OPENJPEG), true)
CFLAGS += -DWITH_OPENJPEG -I../../../../extern/libopenjpeg
endif
+ifeq ($(WITH_OPENCOLLADA), true)
+ DIRS += collada
+endif
+
DIR = $(OCGDIR)/blender
SOURCEDIR = source/blender