]> git.saurik.com Git - wxWidgets.git/commitdiff
include the path to the real setup.h
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 16 Mar 2009 17:52:18 +0000 (17:52 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 16 Mar 2009 17:52:18 +0000 (17:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/ifacecheck/rungccxml.sh.in

index be2eace224398d4f341ad16395c9e3b8a7b2fa05..c933d4dffc360646106652243a906a6e9bc87c97 100755 (executable)
@@ -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.