mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
adjust
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21790 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7a69f2cff4
commit
f5dffff3d6
@ -615,7 +615,7 @@ if conf.CheckLib('nsl'):
|
||||
|
||||
# check available boost libs (since lyx1.4 does not use iostream)
|
||||
boost_libs = []
|
||||
for lib in ['signals', 'regex', 'filesystem', 'iostreams']:
|
||||
for lib in ['signals', 'regex', 'filesystem']:
|
||||
if os.path.isdir(os.path.join(top_src_dir, 'boost', 'libs', lib)):
|
||||
boost_libs.append(lib)
|
||||
|
||||
|
@ -302,6 +302,8 @@ src_support_header_files = Split('''
|
||||
Package.h
|
||||
Path.h
|
||||
RandomAccessList.h
|
||||
SignalSlot.h
|
||||
SignalSlotPrivate.h
|
||||
Systemcall.h
|
||||
Timeout.h
|
||||
Translator.h
|
||||
@ -342,6 +344,7 @@ src_support_files = Split('''
|
||||
ForkedcallsController.cpp
|
||||
Package.cpp
|
||||
Path.cpp
|
||||
SignalSlot.cpp
|
||||
Systemcall.cpp
|
||||
Timeout.cpp
|
||||
abort.cpp
|
||||
@ -2763,24 +2766,6 @@ boost_libs_filesystem_src_extra_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
boost_libs_iostreams_extra_files = Split('''
|
||||
Makefile.am
|
||||
''')
|
||||
|
||||
|
||||
boost_libs_iostreams_src_files = Split('''
|
||||
file_descriptor.cpp
|
||||
mapped_file.cpp
|
||||
zlib.cpp
|
||||
''')
|
||||
|
||||
|
||||
boost_libs_iostreams_src_extra_files = Split('''
|
||||
Makefile.am
|
||||
pch.h
|
||||
''')
|
||||
|
||||
|
||||
development_Win32_packaging_installer = Split('''
|
||||
license.rtf
|
||||
lyx.nsi
|
||||
|
Loading…
Reference in New Issue
Block a user