fixed order of includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-11-26 11:03:41 +00:00
parent e6c3f9eb6a
commit 85ebb95c27
2 changed files with 5842 additions and 5811 deletions

11649
Makefile.in

File diff suppressed because it is too large Load Diff

View File

@ -279,7 +279,9 @@
<define>$(WXUNIV_DEFINE)</define>
<define>$(DEBUG_DEFINE)</define>
<define>$(UNICODE_DEFINE)</define>
<include>$(TOP_SRCDIR)include</include>
<!-- this include is added by configure, we need to put other
includes before it: -->
<include cond="FORMAT!='autoconf'">$(TOP_SRCDIR)include</include>
<lib-path>$(LIBDIRNAME)</lib-path>
<include cond="FORMAT!='autoconf'">$(SETUPHDIR)</include>
<warnings>max</warnings>