mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
boost filesystem and iostream are no longer used.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29873 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ac93172e78
commit
863b102f87
@ -33,11 +33,9 @@ BOOST_INCLUDES = -I$(top_srcdir)/boost
|
||||
BOOST_LIBS = $(top_builddir)/boost/liblyxboost.a
|
||||
else
|
||||
BOOST_INCLUDES =
|
||||
BOOST_FILESYSTEM = -lboost_filesystem$(BOOST_MT)
|
||||
BOOST_REGEX = -lboost_regex$(BOOST_MT)
|
||||
BOOST_SIGNALS = -lboost_signals$(BOOST_MT)
|
||||
BOOST_IOSTREAMS = -lboost_iostreams$(BOOST_MT)
|
||||
BOOST_LIBS = $(BOOST_FILESYSTEM) $(BOOST_REGEX) $(BOOST_SIGNALS) $(BOOST_IOSTREAMS)
|
||||
BOOST_LIBS = $(BOOST_REGEX) $(BOOST_SIGNALS)
|
||||
endif
|
||||
|
||||
LIBS =
|
||||
|
Loading…
Reference in New Issue
Block a user