generate the output gcc XML file always in the same folder where 'rungccxml.sh' script is placed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,10 +31,9 @@ if [[ ! -z "$1" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
me=$(basename $0)
|
me=$(basename $0)
|
||||||
path=${0%%/$me}
|
current=$(pwd)/${0%%/$me} # current path
|
||||||
current=$(pwd) # 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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user