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-05-22 01:06:00 +0400
committerStefan Gartner <stefang@aon.at>2010-05-22 01:06:00 +0400
commitbb852842283f4a42db0e3214a697b98e779d0a00 (patch)
tree38344ab2891cb36b62d6b36f82a00dfe7c731b7d /source/blender/blenkernel/intern/Makefile
parent9f7c04944a6146c7ca2e8083595a6e9eb6fea47d (diff)
Makefiles: statically link tiff libs when WITH_TIFF is set to true, which is the default for all platforms
Diffstat (limited to 'source/blender/blenkernel/intern/Makefile')
-rw-r--r--source/blender/blenkernel/intern/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/Makefile b/source/blender/blenkernel/intern/Makefile
index 4e365f363c3..ea06cb79781 100644
--- a/source/blender/blenkernel/intern/Makefile
+++ b/source/blender/blenkernel/intern/Makefile
@@ -132,6 +132,10 @@ ifeq ($(WITH_QUICKTIME), true)
CPPFLAGS += -DWITH_QUICKTIME
endif
+ifeq ($(WITH_TIFF), true
+ CPPFLAGS += -DWITH_TIFF
+endif
+
ifeq ($(OS), darwin)
ifeq ($(WITH_BF_OPENMP), true)
CPPFLAGS += -DPARALLEL=1