mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Define BOOST_USER_CONFIG.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8595 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
68b7ef25fb
commit
fd80d9ff4e
@ -1,3 +1,7 @@
|
||||
2004-04-03 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* configure.ac: define BOOST_USER_CONFIG
|
||||
|
||||
2004-03-10 Ronald Florence <ron@18james.com>
|
||||
|
||||
* README.MacOSX: update
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-04-03 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* libs/filesystem/src/Makefile.am (AM_CXXFLAGS): define
|
||||
BOOST_USER_CONFIG
|
||||
* libs/signals/src/Makefile.am: ditto
|
||||
* libs/regex/src/Makefile.am: ditto
|
||||
|
||||
2004-03-29 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* boost/format/internals.hpp: change the type of
|
||||
|
@ -4,10 +4,11 @@ noinst_LTLIBRARIES = libboostfilesystem.la
|
||||
|
||||
INCLUDES = $(BOOST_INCLUDES)
|
||||
|
||||
AM_CXXFLAGS = -DBOOST_USER_CONFIG="<config.h>"
|
||||
|
||||
libboostfilesystem_la_SOURCES = \
|
||||
convenience.cpp \
|
||||
exception.cpp \
|
||||
Makefile.am \
|
||||
operations_posix_windows.cpp \
|
||||
path_posix_windows.cpp
|
||||
|
||||
|
@ -4,6 +4,8 @@ noinst_LTLIBRARIES = libboostregex.la
|
||||
|
||||
INCLUDES = $(BOOST_INCLUDES)
|
||||
|
||||
AM_CXXFLAGS = -DBOOST_USER_CONFIG="<config.h>"
|
||||
|
||||
libboostregex_la_SOURCES = \
|
||||
cpp_regex_traits.cpp \
|
||||
c_regex_traits_common.cpp \
|
||||
|
@ -4,6 +4,8 @@ noinst_LTLIBRARIES = libboostsignals.la
|
||||
|
||||
INCLUDES = $(BOOST_INCLUDES)
|
||||
|
||||
AM_CXXFLAGS = -DBOOST_USER_CONFIG="<config.h>"
|
||||
|
||||
libboostsignals_la_SOURCES = \
|
||||
connection.cpp \
|
||||
signal_base.cpp \
|
||||
|
@ -371,6 +371,8 @@ int mkstemp(char*);
|
||||
#define USE_BOOST_FORMAT 0
|
||||
#endif
|
||||
|
||||
#define BOOST_USER_CONFIG <config.h>
|
||||
|
||||
#if defined(ENABLE_ASSERTIONS)
|
||||
#define BOOST_ENABLE_ASSERT_HANDLER 1
|
||||
#else
|
||||
|
@ -187,6 +187,7 @@ src/output_plaintext.C
|
||||
src/paragraph.C
|
||||
src/rowpainter.C
|
||||
src/support/globbing.C
|
||||
src/tex2lyx/lengthcommon.C
|
||||
src/text.C
|
||||
src/text2.C
|
||||
src/text3.C
|
||||
|
Loading…
Reference in New Issue
Block a user