==SCons==

* Link to png_st. Jens reported linking with dynamic lib crashed, but with static doesn't.
This commit is contained in:
Nathan Letwory 2006-03-16 19:16:26 +00:00
parent e4439dd050
commit fd54be1d46

@ -47,7 +47,7 @@ BF_JPEG_LIBPATH = '${BF_JPEG}/lib'
WITH_BF_PNG = 'true'
BF_PNG = LCGDIR + '/png'
BF_PNG_INC = '${BF_PNG}/include'
BF_PNG_LIB = 'libpng'
BF_PNG_LIB = 'libpng_st'
BF_PNG_LIBPATH = '${BF_PNG}/lib'
BF_TIFF = LCGDIR + '/tiff'