From 896b6288ca969f2277618e56a681ca638b7a5b67 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 5 Feb 2006 17:50:19 +0000 Subject: ==SCons== * remove useless BF_TIFF* options. Upon closer inspection of code, only path to headers is needed --- config/darwin-config.py | 3 --- config/linux2-config.py | 2 -- config/linuxcross-config.py | 2 -- config/win32-mingw-config.py | 3 --- config/win32-vc-config.py | 3 --- 5 files changed, 13 deletions(-) (limited to 'config') diff --git a/config/darwin-config.py b/config/darwin-config.py index befa4b69773..307d4d68aaa 100644 --- a/config/darwin-config.py +++ b/config/darwin-config.py @@ -40,11 +40,8 @@ BF_PNG_INC = '${BF_PNG}/include' BF_PNG_LIB = 'png' BF_PNG_LIBPATH = '${BF_PNG}/lib' -WITH_BF_TIFF = 'false' BF_TIFF = LCGDIR + '/tiff' BF_TIFF_INC = '${BF_TIFF}/include' -BF_TIFF_LIB = 'tiff' -BF_TIFF_LIBPATH = '${BF_TIFF}/lib' WITH_BF_ZLIB = 'true' BF_ZLIB = '/usr' diff --git a/config/linux2-config.py b/config/linux2-config.py index 415fcb9b274..b2ee99ae894 100644 --- a/config/linux2-config.py +++ b/config/linux2-config.py @@ -33,10 +33,8 @@ BF_PNG = '/usr' BF_PNG_INC = '${BF_PNG}/include' BF_PNG_LIB = 'png' -WITH_BF_TIFF = 'true' BF_TIFF = '/usr' BF_TIFF_INC = '${BF_TIFF}/include' -BF_TIFF_LIB = 'tiff' WITH_BF_ZLIB = 'true' BF_ZLIB = '/usr' diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py index 4c7ae813e3c..560c0594659 100644 --- a/config/linuxcross-config.py +++ b/config/linuxcross-config.py @@ -33,10 +33,8 @@ BF_PNG = '/usr' BF_PNG_INC = BF_PNG + '/include' BF_PNG_LIB = 'png' -WITH_BF_TIFF = 'true' BF_TIFF = '/usr' BF_TIFF_INC = BF_TIFF + '/include' -BF_TIFF_LIB = 'tiff' WITH_BF_ZLIB = 'true' BF_ZLIB = '/usr' diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py index 11c4578cf3d..5bed5b7591f 100644 --- a/config/win32-mingw-config.py +++ b/config/win32-mingw-config.py @@ -39,11 +39,8 @@ BF_PNG_INC = '${BF_PNG}/include' BF_PNG_LIB = 'png' BF_PNG_LIBPATH = '${BF_PNG}/lib' -WITH_BF_TIFF = 'true' BF_TIFF = LCGDIR + '/tiff' BF_TIFF_INC = '${BF_TIFF}/include' -BF_TIFF_LIB = 'z tiff' -BF_TIFF_LIBPATH = '${BF_TIFF}/lib' WITH_BF_ZLIB = 'true' BF_ZLIB = LCGDIR + '/zlib' diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py index 320fbc35d27..489d6e8e348 100644 --- a/config/win32-vc-config.py +++ b/config/win32-vc-config.py @@ -45,11 +45,8 @@ BF_PNG_INC = '${BF_PNG}/include' BF_PNG_LIB = 'libpng' BF_PNG_LIBPATH = '${BF_PNG}/lib' -WITH_BF_TIFF = 'true' BF_TIFF = LCGDIR + '/tiff' BF_TIFF_INC = '${BF_TIFF}/include' -BF_TIFF_LIB = 'libtiff' -BF_TIFF_LIBPATH = '${BF_TIFF}/lib' WITH_BF_ZLIB = 'true' BF_ZLIB = LCGDIR + '/zlib' -- cgit v1.2.3