mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
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:
parent
c22a56e544
commit
b487b66e37
@ -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
|
||||
|
@ -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
|
||||
|
@ -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) \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user