X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cbea3ec6ae2cd8c8d477c6f04a09ca8a1fa1ab96..898a466aef28f9a1d8266205f376dd22eaacf855:/utils/ifacecheck/rungccxml.sh.in diff --git a/utils/ifacecheck/rungccxml.sh.in b/utils/ifacecheck/rungccxml.sh.in index 86f6b4885f..be2eace224 100755 --- a/utils/ifacecheck/rungccxml.sh.in +++ b/utils/ifacecheck/rungccxml.sh.in @@ -31,10 +31,9 @@ if [[ ! -z "$1" ]]; then fi me=$(basename $0) -path=${0%%/$me} -current=$(pwd) # current path +current=$(pwd)/${0%%/$me} # current path -#gccxmloutput="$current/$gccxmloutput" +gccxmloutput="$current/$gccxmloutput" cd @top_srcdir@/include # go to wx include folder @@ -79,14 +78,5 @@ if [[ $? != 0 ]]; then exit fi -# FIX for IFACECHECK -# ================== - -# these fixes are needed to avoid false warnings/errors by ifacecheck - -if [[ "@TOOLKIT@" == "GTK" ]]; then - sed -i -e 's/default="wxBITMAP_TYPE_XPM"/default="wxBITMAP_DEFAULT_TYPE"/g' $gccxmloutput -fi - # cleanup rm $allheaders