]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/all/build-setup
don't forget to modify include/msvc/wx/setup.h and include/wx/msw/chkconf.h when...
[wxWidgets.git] / wxPython / distrib / all / build-setup
1 #!/bin/bash
2 #----------------------------------------------------------------------
3
4 set -o errexit
5
6 # read the config variables from the file given on the command line
7 . $1
8
9
10 # clean out the local dist dir
11 rm -f dist/*
12