Show compiler version at the top of the logs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2008-03-17 13:48:03 +00:00
parent 9083e7fb1a
commit c767a8eefb

View File

@ -168,6 +168,9 @@ if { ccache -V; } >/dev/null 2>&1; then
ccache -M 90M
fi
cd $BUILDDIR
if [ -f wx-config ]; then
`./wx-config --cxx` --version
fi
<if-del-on-fail>trap 'cd; rm -rf $BUILDDIR' EXIT</if-del-on-fail>
</command>
</xsl:template>