]> git.saurik.com Git - wxWidgets.git/blame_incremental - distrib/scripts/build-environ.cfg
fix unused parameter warning after last change
[wxWidgets.git] / distrib / scripts / build-environ.cfg
... / ...
CommitLineData
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.
4
5
6# the local spot that we put everything when done, before possibly copying
7# to remote hosts
8STAGING_DIR=./BUILD
9
10# directory to store the wx tree we pull from CVS
11WX_TEMP_DIR=/tmp/wx-temp
12SCRIPTDIR=`dirname $0`
13WX_WEB_DIR=$WX_TEMP_DIR/wxWebSite
14WX_SRC_DIR=$WX_TEMP_DIR/wxWidgets
15DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/
16# don't make this a subdir of wxWidgets... (or tar will bite recursively)
17DIST_DIR=${WX_TEMP_DIR}/deliver
18
19echo "temp dir is $WX_TEMP_DIR"
20echo script dir is $SCRIPTDIR
21CURDATE=`date -I`
22
23# build info
24BUILD_VERSION=2.9.0
25BUILD_TAG=HEAD
26
27if [ "$KIND" = "release" ]; then
28 FTPDIR=/home/ftp/pub/${BUILD_VERSION}
29else
30 KIND=daily
31 BUILD_VERSION=${CURDATE}
32 FTPDIR=/home/ftp/pub/Daily_HEAD
33fi
34
35echo "Building for ${BUILD_VERSION}"
36
37# Default build settings
38skipwin=no
39skipmac=no
40skiplinux=no
41setup_msvc_for_cygwin=yes
42
43# this can take time too, so turn it off if we know we don't need to.
44rebake=yes
45
46# If building is successful, delete temp files?
47delete_temps=no
48