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:
authorChris Want <cwant@ualberta.ca>2006-01-10 09:29:57 +0300
committerChris Want <cwant@ualberta.ca>2006-01-10 09:29:57 +0300
commitca8da580a862c4614b49f96926f669fc25103ada (patch)
treeeeb736603cde1bc9977d84c341d6f0e3077c86ae /source/Makefile
parent3b4907415c879119a1a3eeb1a5244c79a9f8fc9c (diff)
OpenEXR support for Windows Makefiles
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 7b073259c8b..87849f29f89 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -218,6 +218,10 @@ ifeq ($(OS), windows)
endif
endif
+ifeq ($(WITH_OPENEXR), true)
+ COMLIB += $(NAN_OPENEXR_LIBS)
+endif
+
PULIB = $(NAN_IKSOLVER)/lib/libiksolver.a
PULIB += $(NAN_MOTO)/lib/libmoto.a
PULIB += $(NAN_ELBEEM)/lib/$(DEBUG_DIR)libelbeem.a