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:
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