]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ifacecheck/rungccxml.sh.in
make GetPaperRect() and GetResolution() const functions
[wxWidgets.git] / utils / ifacecheck / rungccxml.sh.in
index d50c4189ea1d0445ad70fb887d37b7cba7690e48..be2eace224398d4f341ad16395c9e3b8a7b2fa05 100755 (executable)
@@ -31,10 +31,9 @@ if [[ ! -z "$1" ]]; then
 fi
 
 me=$(basename $0)
 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
 
 
 cd @top_srcdir@/include              # go to wx include folder