From ecf6de151c5c2a4794a6c0f700dcc47568d3b78b Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 14 Mar 2005 14:56:40 +0000 Subject: 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 --- source/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/Makefile') 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) -- cgit v1.2.3