]> git.saurik.com Git - wxWidgets.git/blob - distrib/scripts/build-environ.cfg
fix todos conversion (unix2dos called to dos
[wxWidgets.git] / distrib / scripts / build-environ.cfg
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
8 STAGING_DIR=./BUILD
9
10 # directory storing the final build files
11 DIST_DIR=../deliver
12
13 # directory to store the wx tree we pull from CVS
14 WX_TEMP_DIR=/tmp/wx-temp
15
16 CURDATE=`date -I`
17
18 # build info
19 BUILD_VERSION=2.7.0-rc
20 BUILD_TAG=HEAD
21
22
23 if [ "$KIND" = "release" ]; then
24 FTPDIR=/home/ftp/pub/${BUILD_VERSION}
25 else
26 KIND=daily
27 BUILD_VERSION=${CURDATE}
28 FTPDIR=/home/ftp/pub/CVS_HEAD/v2
29 fi
30
31 echo "Building for ${BUILD_VERSION}"
32
33 # Default build settings
34 skipwin=no
35 skipmac=no
36 skiplinux=no
37 setup_msvc_for_cygwin=yes
38
39 # this can take time too, so turn it off if we know we don't need to.
40 rebake=yes
41
42 # If building is successful, delete temp files?
43 delete_temps=no
44