X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/403aad7973f7d3b2e6ce03c86b23961e666c7b25..c8db4e1560d3118540b6c2c6cda367dfb33dff51:/distrib/scripts/build-environ.cfg diff --git a/distrib/scripts/build-environ.cfg b/distrib/scripts/build-environ.cfg index e2073c7c97..bfdeed4cc8 100644 --- a/distrib/scripts/build-environ.cfg +++ b/distrib/scripts/build-environ.cfg @@ -2,19 +2,6 @@ # 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 @@ -25,24 +12,25 @@ DIST_DIR=../deliver # directory to store the wx tree we pull from CVS WX_TEMP_DIR=/tmp/wx-temp +DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/ + +CURDATE=`date -I` # build info -BUILD_VERSION=2.7.0 +BUILD_VERSION=2.9.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 ### +if [ "$KIND" = "release" ]; then + FTPDIR=/home/ftp/pub/${BUILD_VERSION} +else + KIND=daily + BUILD_VERSION=${CURDATE} + FTPDIR=/home/ftp/pub/CVS_HEAD/v2 +fi +echo "Building for ${BUILD_VERSION}" + # Default build settings skipwin=no skipmac=no @@ -53,4 +41,5 @@ setup_msvc_for_cygwin=yes rebake=yes # If building is successful, delete temp files? -delete_temps=no \ No newline at end of file +delete_temps=no +