1 # This config file format allows for different people to store their own
2 # build environment settings. If you want to make considerable changes, then
3 # you should create your own settings file and specify that to create-release.sh.
6 # the local spot that we put everything when done, before possibly copying
10 # directory storing the final build files
13 # directory to store the wx tree we pull from CVS
14 WX_TEMP_DIR=/tmp/wx-temp
15 DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/
24 if [ "$KIND" = "release" ]; then
25 FTPDIR=/home/ftp/pub/${BUILD_VERSION}
28 BUILD_VERSION=${CURDATE}
29 FTPDIR=/home/ftp/pub/CVS_HEAD/v2
32 echo "Building for ${BUILD_VERSION}"
34 # Default build settings
38 setup_msvc_for_cygwin=yes
40 # this can take time too, so turn it off if we know we don't need to.
43 # If building is successful, delete temp files?