]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/all/build-setup
wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls.
[wxWidgets.git] / wxPython / distrib / all / build-setup
1 #!/bin/bash
2 #----------------------------------------------------------------------
3
4 set -o errexit
5
6
7 # clean out the local dist dir
8 rm -f dist/*
9