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/Makefile
parent08c9ecb3b043322f34e55f335f76dc2657c187ef (diff)
add OpenCOLLADA support to Makefiles
add "export WITH_OPENCOLLADA=true" to user-def.mk to enable it
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 87843dfbfc9..2f935c91095 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -211,6 +211,11 @@ ifeq ($(WITH_BINRELOC), true)
COMLIB += $(OCGDIR)/extern/binreloc/$(DEBUG_DIR)libbinreloc.a
endif
+ifeq ($(WITH_OPENCOLLADA), true)
+ COMLIB += $(OCGDIR)/blender/bf_collada/$(DEBUG_DIR)/libbf_collada.a
+ COMLIB += $(BF_PCRE_LIBS)
+endif
+
ifeq ($(OS), windows)
ifeq ($(FREE_WINDOWS), true)
COMLIB += $(NAN_FREETYPE)/lib/libfreetype.a