Mercurial > fife-parpg
changeset 252:81d623c97e57
Added christoph's patch to add support for newer boost versions
author | nihathrael@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 29 Apr 2009 20:30:52 +0000 |
parents | 92c7ce181881 |
children | 6ab09eb765a1 |
files | build/linux2-config-dist.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/build/linux2-config-dist.py Fri Mar 27 11:52:55 2009 +0000 +++ b/build/linux2-config-dist.py Wed Apr 29 20:30:52 2009 +0000 @@ -21,8 +21,8 @@ context.checkSimpleLib(['SDL_image'], 'SDL_image.h') context.checkSimpleLib(['guichan']) context.checkSimpleLib(['guichan_sdl']) - context.checkSimpleLib(['boost_filesystem', 'boost_filesystem-gcc', 'boost_filesystem-gcc41']) - context.checkSimpleLib(['boost_regex', 'boost_regex-gcc', 'boost_regex-gcc41']) + context.checkSimpleLib(['boost_filesystem', 'boost_filesystem-gcc', 'boost_filesystem-gcc41', 'boost_filesystem-mt']) + context.checkSimpleLib(['boost_regex', 'boost_regex-gcc', 'boost_regex-gcc41', 'boost_regex-mt']) context.checkSimpleLib(['png'], 'png.h'); if context.env['opengl']: