mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
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:
parent
de6f93296f
commit
d74c60b860
@ -1675,9 +1675,8 @@ lyx = frontend_env.Program(
|
|||||||
frontend,
|
frontend,
|
||||||
'graphics',
|
'graphics',
|
||||||
'support',
|
'support',
|
||||||
'lyxbase_post',
|
|
||||||
] +
|
] +
|
||||||
boost_libraries +
|
boost_libraries + ['lyxbase_post'] +
|
||||||
frontend_libs +
|
frontend_libs +
|
||||||
intl_libs +
|
intl_libs +
|
||||||
socket_libs +
|
socket_libs +
|
||||||
|
@ -219,7 +219,6 @@ src_pre_files = Split('''
|
|||||||
Undo.cpp
|
Undo.cpp
|
||||||
VCBackend.cpp
|
VCBackend.cpp
|
||||||
VSpace.cpp
|
VSpace.cpp
|
||||||
boost.cpp
|
|
||||||
buffer_funcs.cpp
|
buffer_funcs.cpp
|
||||||
factory.cpp
|
factory.cpp
|
||||||
lengthcommon.cpp
|
lengthcommon.cpp
|
||||||
@ -243,6 +242,7 @@ src_post_files = Split('''
|
|||||||
PrinterParams.cpp
|
PrinterParams.cpp
|
||||||
SpellBase.cpp
|
SpellBase.cpp
|
||||||
Thesaurus.cpp
|
Thesaurus.cpp
|
||||||
|
boost.cpp
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user