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:
authorTon Roosendaal <ton@blender.org>2006-03-12 22:48:51 +0300
committerTon Roosendaal <ton@blender.org>2006-03-12 22:48:51 +0300
commite058a506fda039c0c2795374f3b559d266b3ba53 (patch)
tree5afca139e8603e61d730e6ebc8cfb3ba10596c04 /source/Makefile
parentafc3d1ade36f21bee217e32a9abba6d2dd0e8b99 (diff)
Forgot Cineon lib in Makefile :)
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index f31bad66f82..9bc04c2b4e6 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -161,6 +161,7 @@ endif
ifeq ($(WITH_OPENEXR), true)
COMLIB += $(OCGDIR)/blender/imbuf/openexr/$(DEBUG_DIR)libopenexr.a
endif
+ COMLIB += $(OCGDIR)/blender/imbuf/cineon/$(DEBUG_DIR)libcineon.a
ifeq ($(WITH_FREETYPE2), true)
ifeq ($(OS), windows)
ifeq ($(FREE_WINDOWS), true)