]> git.saurik.com Git - wxWidgets.git/blame - distrib/scripts/build-environ.cfg
* wx.Panel doesn't have a SetTitle anymore. What was this used for
[wxWidgets.git] / distrib / scripts / build-environ.cfg
CommitLineData
03a2668f
KO
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
403aad79 6WIN_HOST=192.168.1.104
03a2668f
KO
7
8# Where is the build dir from the remote machine's perspective?
403aad79 9WIN_BUILD=/cygdrive/c/wx2dev
03a2668f 10
403aad79 11LINUX_HOST=192.168.1.105
03a2668f 12
403aad79
KO
13LINUX_BUILD=~/wx2dev
14
15MAC_HOST=192.168.1.103
16
17MAC_BUILD=~/wx2dev
03a2668f
KO
18
19# the local spot that we put everything when done, before possibly copying
20# to remote hosts
21STAGING_DIR=./BUILD
22
23# directory storing the final build files
24DIST_DIR=../deliver
25
26# directory to store the wx tree we pull from CVS
27WX_TEMP_DIR=/tmp/wx-temp
28
29# build info
30BUILD_VERSION=2.7.0
31BUILD_TAG=HEAD
32
403aad79
KO
33KIND=daily
34
35### Windows defines ###
03a2668f
KO
36
37# so we can setup the Windows dev environment if it is not already done
38MSVS7_DIR="C:/Program Files/Microsoft Visual Studio 2003"
403aad79
KO
39NET_FrameworkDir="C:/Windows/Microsoft.NET/Framework"
40
41MSVS6_DIR="C:/Program Files/Microsoft Visual Studio"
42MSPSDK_DIR="C:/Program Files/Microsoft Platform SDK"
43
44### End Windows defines ###
03a2668f
KO
45
46# Default build settings
47skipwin=no
48skipmac=no
49skiplinux=no
50setup_msvc_for_cygwin=yes
51
52# this can take time too, so turn it off if we know we don't need to.
403aad79 53rebake=yes
03a2668f
KO
54
55# If building is successful, delete temp files?
403aad79 56delete_temps=no