]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/mac/buildPython
handle accel keys for owner drawn menu items (based on the patch 657105)
[wxWidgets.git] / wxPython / distrib / mac / buildPython
1 #!/bin/sh -e
2 #
3 # build binary package and put it on a disk image
4 #
5
6
7 prog="`dirname \"$0\"`/_`basename \"$0\"`"
8 sudo "$prog" "${USER?'USER not set.'}" "$@"