comparison build/linux2-config-dist.py @ 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 542213eebe73
children 51cc05d862f2
comparison
equal deleted inserted replaced
251:92c7ce181881 252:81d623c97e57
19 context.checkSimpleLib(['SDL'], 'SDL.h') 19 context.checkSimpleLib(['SDL'], 'SDL.h')
20 context.checkSimpleLib(['SDL_ttf'], 'SDL_ttf.h') 20 context.checkSimpleLib(['SDL_ttf'], 'SDL_ttf.h')
21 context.checkSimpleLib(['SDL_image'], 'SDL_image.h') 21 context.checkSimpleLib(['SDL_image'], 'SDL_image.h')
22 context.checkSimpleLib(['guichan']) 22 context.checkSimpleLib(['guichan'])
23 context.checkSimpleLib(['guichan_sdl']) 23 context.checkSimpleLib(['guichan_sdl'])
24 context.checkSimpleLib(['boost_filesystem', 'boost_filesystem-gcc', 'boost_filesystem-gcc41']) 24 context.checkSimpleLib(['boost_filesystem', 'boost_filesystem-gcc', 'boost_filesystem-gcc41', 'boost_filesystem-mt'])
25 context.checkSimpleLib(['boost_regex', 'boost_regex-gcc', 'boost_regex-gcc41']) 25 context.checkSimpleLib(['boost_regex', 'boost_regex-gcc', 'boost_regex-gcc41', 'boost_regex-mt'])
26 context.checkSimpleLib(['png'], 'png.h'); 26 context.checkSimpleLib(['png'], 'png.h');
27 27
28 if context.env['opengl']: 28 if context.env['opengl']:
29 # linking explicitly against libstdc++ to work around Segfault_in_cxa_allocate_exception issue: http://wiki.fifengine.de/Segfault_in_cxa_allocate_exception 29 # linking explicitly against libstdc++ to work around Segfault_in_cxa_allocate_exception issue: http://wiki.fifengine.de/Segfault_in_cxa_allocate_exception
30 context.env.Append(LIBS = ['stdc++', 'GL', 'GLU']) 30 context.env.Append(LIBS = ['stdc++', 'GL', 'GLU'])