include the path to the real setup.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-03-16 17:52:18 +00:00
parent 601b9dfa71
commit 15b8639ec8

View File

@@ -50,7 +50,9 @@ for f in $headerlist; do
done
# filter the configure flags to pass to gccxml
flags="@CXXFLAGS@"
wx_top_builddir="@wx_top_builddir@"
top_srcdir="@top_srcdir@"
flags="@CPPFLAGS@ @CXXFLAGS@"
# NOTE: it's important to define __WXDEBUG__ because some functions of wx
# are declared (and thus parsed by gcc) only if that symbol is defined.