From: Francesco Montorsi Date: Mon, 16 Mar 2009 17:52:18 +0000 (+0000) Subject: include the path to the real setup.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/15b8639ec8cc584d68f6cb1c86e0ec5dd24eb98e?ds=inline 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 --- diff --git a/utils/ifacecheck/rungccxml.sh.in b/utils/ifacecheck/rungccxml.sh.in index be2eace224..c933d4dffc 100755 --- a/utils/ifacecheck/rungccxml.sh.in +++ b/utils/ifacecheck/rungccxml.sh.in @@ -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.