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>2005-03-14 17:56:40 +0300
committerKent Mein <mein@cs.umn.edu>2005-03-14 17:56:40 +0300
commitecf6de151c5c2a4794a6c0f700dcc47568d3b78b (patch)
tree8b89e296b52987ef56751f9e390acaf8a596b531 /source/Makefile
parentcce74ab4d02bb793c199b7dfdb193e30cc590092 (diff)
This commit reverses the OpenEXR specific stuff in the OpenEXR commit I
did last friday. A patch will be available in the patches tracker that will have the current stuff there until everything is working. Kent
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Makefile b/source/Makefile
index ed466332ec9..60c8ede03c1 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -148,12 +148,6 @@ 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)