As discussed with Julian, the new release system will use a new directory so that...
[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 # host name of the machine to use for windows builds
6 WIN_HOST=192.168.1.105
7
8 # Where is the build dir from the remote machine's perspective?
9 WIN_BUILD="/cygdrive/c/wx2dev"
10
11 LINUX_HOST=192.168.1.106
12
13 LINUX_BUILD=/home/kevino/wx2dev
14
15 # the local spot that we put everything when done, before possibly copying 
16 # to remote hosts
17 STAGING_DIR=./BUILD
18
19 # directory storing the final build files
20 DIST_DIR=../deliver
21
22 # directory to store the wx tree we pull from CVS
23 WX_TEMP_DIR=/tmp/wx-temp
24
25 # build info
26 BUILD_VERSION=2.7.0
27 BUILD_TAG=HEAD
28
29 KIND="daily"
30
31 # so we can setup the Windows dev environment if it is not already done
32 MSVS7_DIR="C:/Program Files/Microsoft Visual Studio 2003"
33 MSVC_VERSION=7
34
35 # Default build settings
36 skipwin=no
37 skipmac=no
38 skiplinux=no
39 setup_msvc_for_cygwin=yes
40
41 # this can take time too, so turn it off if we know we don't need to.
42 rebake="no"
43
44 # If building is successful, delete temp files?
45 delete_temps="no"