version number.

regenerated some sources for gtk.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-04-30 23:47:01 +00:00
parent ec5d77998a
commit 9e689c0658
11 changed files with 1048 additions and 8 deletions

View File

@@ -6,6 +6,9 @@ if [ "$1" = "15" ]; then
elif [ "$1" = "20" ]; then
PYVER=2.0
shift
elif [ "$1" = "21" ]; then
PYVER=2.1
shift
fi
@@ -21,6 +24,11 @@ if [ "$1" = "c" ]; then
CMD="$SETUP $FLAGS $OTHERFLAGS clean"
OTHERCMD="rm -f wxPython/*.so"
# "d" --> clean extension modules only
elif [ "$1" = "d" ]; then
shift
CMD="rm -f wxPython/*.so"
# "i" --> install
elif [ "$1" = "i" ]; then
shift