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/gameengine/GamePlayer/common/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'source/gameengine/GamePlayer/common') diff --git a/source/gameengine/GamePlayer/common/SConscript b/source/gameengine/GamePlayer/common/SConscript index ad557eae2f4..4983160d94b 100644 --- a/source/gameengine/GamePlayer/common/SConscript +++ b/source/gameengine/GamePlayer/common/SConscript @@ -65,7 +65,6 @@ gp_common_env.Append( CPPPATH = ['.', gp_common_env.Append (CPPPATH = user_options_dict['PYTHON_INCLUDE']) gp_common_env.Append (CPPPATH = user_options_dict['SOLID_INCLUDE']) gp_common_env.Append (CPPPATH = user_options_dict['PNG_INCLUDE']) -gp_common_env.Append (CPPPATH = user_options_dict['OPENEXR_INCLUDE']) gp_common_env.Append (CPPPATH = user_options_dict['Z_INCLUDE']) if sys.platform=='win32': -- cgit v1.2.3