==SCons==

* remove useless BF_TIFF* options. Upon closer inspection of code, only
  path to headers is needed
This commit is contained in:
Nathan Letwory
2006-02-05 17:50:19 +00:00
parent 9b36ffca12
commit 896b6288ca
8 changed files with 2 additions and 22 deletions

View File

@@ -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'