403aad7973
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
56 lines
1.4 KiB
INI
56 lines
1.4 KiB
INI
# This config file format allows for different people to store their own
|
|
# build environment settings. If you want to make considerable changes, then
|
|
# you should create your own settings file and specify that to create-release.sh.
|
|
|
|
# host name of the machine to use for windows builds
|
|
WIN_HOST=192.168.1.104
|
|
|
|
# Where is the build dir from the remote machine's perspective?
|
|
WIN_BUILD=/cygdrive/c/wx2dev
|
|
|
|
LINUX_HOST=192.168.1.105
|
|
|
|
LINUX_BUILD=~/wx2dev
|
|
|
|
MAC_HOST=192.168.1.103
|
|
|
|
MAC_BUILD=~/wx2dev
|
|
|
|
# the local spot that we put everything when done, before possibly copying
|
|
# to remote hosts
|
|
STAGING_DIR=./BUILD
|
|
|
|
# directory storing the final build files
|
|
DIST_DIR=../deliver
|
|
|
|
# directory to store the wx tree we pull from CVS
|
|
WX_TEMP_DIR=/tmp/wx-temp
|
|
|
|
# build info
|
|
BUILD_VERSION=2.7.0
|
|
BUILD_TAG=HEAD
|
|
|
|
KIND=daily
|
|
|
|
### Windows defines ###
|
|
|
|
# so we can setup the Windows dev environment if it is not already done
|
|
MSVS7_DIR="C:/Program Files/Microsoft Visual Studio 2003"
|
|
NET_FrameworkDir="C:/Windows/Microsoft.NET/Framework"
|
|
|
|
MSVS6_DIR="C:/Program Files/Microsoft Visual Studio"
|
|
MSPSDK_DIR="C:/Program Files/Microsoft Platform SDK"
|
|
|
|
### End Windows defines ###
|
|
|
|
# Default build settings
|
|
skipwin=no
|
|
skipmac=no
|
|
skiplinux=no
|
|
setup_msvc_for_cygwin=yes
|
|
|
|
# this can take time too, so turn it off if we know we don't need to.
|
|
rebake=yes
|
|
|
|
# If building is successful, delete temp files?
|
|
delete_temps=no |