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.
5 # host name of the machine to use for windows builds
8 # Where is the build dir from the remote machine's perspective?
9 WIN_BUILD=/cygdrive/c/wx2dev
11 LINUX_HOST=192.168.1.105
15 MAC_HOST=192.168.1.103
19 # the local spot that we put everything when done, before possibly copying
23 # directory storing the final build files
26 # directory to store the wx tree we pull from CVS
27 WX_TEMP_DIR=/tmp/wx-temp
35 ### Windows defines ###
37 # so we can setup the Windows dev environment if it is not already done
38 MSVS7_DIR="C:/Program Files/Microsoft Visual Studio 2003"
39 NET_FrameworkDir="C:/Windows/Microsoft.NET/Framework"
41 MSVS6_DIR="C:/Program Files/Microsoft Visual Studio"
42 MSPSDK_DIR="C:/Program Files/Microsoft Platform SDK"
44 ### End Windows defines ###
46 # Default build settings
50 setup_msvc_for_cygwin=yes
52 # this can take time too, so turn it off if we know we don't need to.
55 # If building is successful, delete temp files?