Mercurial > fife-parpg
comparison build/linux2-config-dist.py @ 255:51cc05d862f2
Merged editor_rewrite branch to trunk.
This contains changes that may break compatibility against existing clients.
For a list of changes that may affect your client, see: http://wiki.fifengine.de/Changes_to_pychan_and_FIFE_in_editor_rewrite_branch
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 08 Jun 2009 16:00:02 +0000 |
parents | 81d623c97e57 |
children | 17eba3872550 |
comparison
equal
deleted
inserted
replaced
254:10b5f7f36dd4 | 255:51cc05d862f2 |
---|---|
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', 'boost_filesystem-mt']) | 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', 'boost_regex-mt']) | 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 context.checkSimpleLib(['xcursor']); | |
27 | 28 |
28 if context.env['opengl']: | 29 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 | 30 # 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']) | 31 context.env.Append(LIBS = ['stdc++', 'GL', 'GLU']) |
31 context.env.Append(LIBPATH = ['/usr/X11R6/lib']) | 32 context.env.Append(LIBPATH = ['/usr/X11R6/lib']) |