X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/027c8a000aa5f88e4d211a7b4e9a60762b62e87b..d5cc191c9cd48a915ce0dfc6e49511b2fddb6746:/utils/ifacecheck/rungccxml.sh.in?ds=sidebyside 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.