mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-07 09:46:54 +00:00
link fix for OSX+gcc3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10609 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3ede5f2b39
commit
ef419392d2
@ -1,3 +1,7 @@
|
||||
2005-11-17 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* boost/config/user.hpp: include <config.h>.
|
||||
|
||||
2005-07-12 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* boost/config/compiler/gcc.hpp allow to compile with gcc 4.0
|
||||
|
@ -73,3 +73,6 @@
|
||||
#if defined(__APPLE__) && defined(__GNUC__) && __GNUC__ == 2
|
||||
#define BOOST_REGEX_NARROW_INSTANTIATE
|
||||
#endif
|
||||
|
||||
// Include the main config file
|
||||
#include <config.h>
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-11-17 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* textpainter.C: include <config.h>.
|
||||
|
||||
2005-10-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* math_cursor.C (home, end): close macro before handling selection
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "textpainter.h"
|
||||
#include "support/LOstream.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user