Tool tweaks and metadata update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-24 01:09:51 +00:00
parent 61940a7061
commit 0dd25e819c
3 changed files with 33483 additions and 33479 deletions

View File

@@ -24,7 +24,7 @@ echo "Modules: " $MODULES
echo "<?xml version='1.0'?>" > $DEST
echo "<top>" >> $DEST
echo "<wxPython-metadata>" >> $DEST
for m in $MODULES; do
F=$SRC/${m}_swig.xml
@@ -32,4 +32,4 @@ for m in $MODULES; do
xsltproc $XSLT $F >> $DEST
done
echo "</top>" >> $DEST
echo "</wxPython-metadata>" >> $DEST