From 127a232a106e0db118c3bc5b541e4b7f1c4197e5 Mon Sep 17 00:00:00 2001 From: Joilnen Leite Date: Mon, 30 Jul 2007 16:44:35 +0000 Subject: [PATCH] Reverting to python 2.5 and openEXR true as default --- config/linux2-config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/linux2-config.py b/config/linux2-config.py index 3e442892748..edc7f26c690 100644 --- a/config/linux2-config.py +++ b/config/linux2-config.py @@ -5,7 +5,7 @@ WITH_BF_VERSE = 'false' BF_VERSE_INCLUDE = "#extern/verse/dist" BF_PYTHON = '/usr' -BF_PYTHON_VERSION = '2.4' +BF_PYTHON_VERSION = '2.5' BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}' BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}' BF_PYTHON_LIB = 'python${BF_PYTHON_VERSION}' #BF_PYTHON+'/lib/python'+BF_PYTHON_VERSION+'/config/libpython'+BF_PYTHON_VERSION+'.a' @@ -27,7 +27,7 @@ BF_SDL_LIB = 'SDL' #BF_SDL #$(shell $(BF_SDL)/bin/sdl-config --libs) -lSDL_mixer WITH_BF_FMOD = 'false' BF_FMOD = LIBDIR + '/fmod' -WITH_BF_OPENEXR = 'false' +WITH_BF_OPENEXR = 'true' BF_OPENEXR = '/usr' BF_OPENEXR_INC = '${BF_OPENEXR}/include/OpenEXR' BF_OPENEXR_LIB = 'Half IlmImf Iex Imath '