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/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 60c8ede03c1..ed466332ec9 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -148,6 +148,12 @@ endif
COMLIB += $(NAN_GUARDEDALLOC)/lib/libguardedalloc.a
COMLIB += $(NAN_BMFONT)/lib/$(DEBUG_DIR)libbmfont.a
COMLIB += $(NAN_PNG)/lib/libpng.a
+ ifeq ($(WITH_OPENEXR), true)
+ COMLIB += $(NAN_OPENEXR)/lib/libIlmImf.a
+ COMLIB += $(NAN_OPENEXR)/lib/libHalf.a
+ COMLIB += $(NAN_OPENEXR)/lib/libIex.a
+ COMLIB += $(NAN_OPENEXR)/lib/libImath.a
+ endif
COMLIB += $(OCGDIR)/blender/yafray/$(DEBUG_DIR)libyafrayexport.a
COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a
ifeq ($(WITH_QUICKTIME), true)