generated code for wxGTK for all the changes made earlier today

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-05-19 04:12:38 +00:00
parent 442d08ce74
commit 4dfaa61e60
31 changed files with 4407 additions and 5815 deletions

View File

@@ -32,6 +32,11 @@ elif [ "$1" = "d" ]; then
shift
CMD="rm -f wxPython/*.so"
# "t" --> touch *.i files
elif [ "$1" = "t" ]; then
shift
CMD="set CMD=touch src\*.i; touch contrib\glcanvas\*.i; touch contrib\ogl\*.i; touch contrib\stc\*.i"
# "i" --> install
elif [ "$1" = "i" ]; then
shift