Remove trailing slash from -Ifoo/ in the INCLUDES rules in the various

Makefile.ams to overcome bug in the MinGW port of g++ 3.4.2.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9363 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-12-14 10:40:09 +00:00
parent c22a56e544
commit b487b66e37
9 changed files with 27 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2004-12-14 Angus Leeming <leeming@lyx.org>
* Makefile.am (INCLUDES):
* moc/Makefile.am (INCLUDES): Remove trailing slash from -Ifoo/
to overcome bug in the MinGW port of g++ 3.4.2.
2004-12-07 Angus Leeming <leeming@lyx.org>
* *.[Ch]: remove all traces of #pragma interface/implementation

View File

@ -7,7 +7,7 @@ EXTRA_DIST = Makefile.dialogs
noinst_LTLIBRARIES = libqt2.la
INCLUDES = -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/frontends \
-I$(top_srcdir)/images \
$(FRONTEND_INCLUDES) $(BOOST_INCLUDES) \
-I$(top_srcdir)/src/frontends/controllers

View File

@ -5,8 +5,8 @@ DISTCLEANFILES += *.C
noinst_LTLIBRARIES = libqt2moc.la
INCLUDES = -I$(top_srcdir)/src/ \
-I$(top_srcdir)/src/frontends/ \
INCLUDES = -I$(top_srcdir)/src \
-I$(top_srcdir)/src/frontends \
-I$(top_srcdir)/src/frontends/controllers \
-I$(top_builddir)/src/frontends/qt2 \
$(FRONTEND_INCLUDES) \

View File

@ -1,3 +1,8 @@
2004-12-14 Angus Leeming <leeming@lyx.org>
* Makefile.am (INCLUDES): Remove trailing slash from -Ifoo/
to overcome bug in the MinGW port of g++ 3.4.2.
2004-12-07 Angus Leeming <leeming@lyx.org>
* *.[Ch]: remove all traces of #pragma interface/implementation

View File

@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am
noinst_LTLIBRARIES = libinsets.la
INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
EXTRA_DIST = \
insetlist.C \

View File

@ -1,3 +1,8 @@
2004-12-14 Angus Leeming <leeming@lyx.org>
* Makefile.am (INCLUDES): Remove trailing slash from -Ifoo/
to overcome bug in the MinGW port of g++ 3.4.2.
2004-12-07 Angus Leeming <leeming@lyx.org>
* *.[Ch]: remove all traces of #pragma interface/implementation

View File

@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am
noinst_LTLIBRARIES = libmathed.la
INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
libmathed_la_SOURCES = \
dimension.C \

View File

@ -1,3 +1,8 @@
2004-12-14 Angus Leeming <leeming@lyx.org>
* Makefile.am (INCLUDES): Remove trailing slash from -Ifoo/
to overcome bug in the MinGW port of g++ 3.4.2.
2004-12-07 Angus Leeming <leeming@lyx.org>
* *.[Ch]: remove all traces of #pragma interface/implementation

View File

@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am
noinst_LTLIBRARIES = libsupport.la
INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
EXTRA_DIST = lyxstring.C lyxstring.h \
os_unix.C os_win32.C os_os2.C