fix scons by linking boost.cpp after boost libraries

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23881 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2008-03-21 18:17:37 +00:00
parent de6f93296f
commit d74c60b860
2 changed files with 2 additions and 3 deletions

View File

@ -1675,9 +1675,8 @@ lyx = frontend_env.Program(
frontend,
'graphics',
'support',
'lyxbase_post',
] +
boost_libraries +
boost_libraries + ['lyxbase_post'] +
frontend_libs +
intl_libs +
socket_libs +

View File

@ -219,7 +219,6 @@ src_pre_files = Split('''
Undo.cpp
VCBackend.cpp
VSpace.cpp
boost.cpp
buffer_funcs.cpp
factory.cpp
lengthcommon.cpp
@ -243,6 +242,7 @@ src_post_files = Split('''
PrinterParams.cpp
SpellBase.cpp
Thesaurus.cpp
boost.cpp
''')