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:
authorKent Mein <mein@cs.umn.edu>2006-01-09 05:18:11 +0300
committerKent Mein <mein@cs.umn.edu>2006-01-09 05:18:11 +0300
commitc693e01b8d9bd9af629b0fc8abab0a42a810c177 (patch)
tree454029a54ec5ff4eb5138f9ccf8f04795b8c4a1c /source/nan_link.mk
parent014aa7261e29810b35b3d65c759f9d255bf8a277 (diff)
Ton forgot a few modifications to the Scons and Makefile build systems.
These should make it so that other people can compile with OpenEXR support. (I also added the OPENAL fix erwin commited to bf-blender since I need it for my machine, and this syncs up the file) Kent
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index e8f852c94aa..1156bf383dc 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -157,3 +157,7 @@ endif
ifneq ($(OS), irix)
LLIBS += $(NAN_SDLLIBS)
endif
+
+ifeq ($(WITH_OPENEXR), true)
+ LLIBS += $(NAN_OPENEXR_LIBS)
+endif