]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/build-environ.cfg
restore cvs up
[wxWidgets.git] / distrib / scripts / build-environ.cfg
index 0c7eab44ac111d17066c6ef8aaf957a7fd4f8aac..83b3873ee2d4bbd830c19eb7d0b6fc83f0f9ee22 100644 (file)
@@ -7,20 +7,23 @@
 # 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
+SCRIPTDIR=`dirname $0`
+WX_WEB_DIR=$WX_TEMP_DIR/wxWebSite
+WX_SRC_DIR=$WX_TEMP_DIR/wxWidgets
 DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/
+# don't make this a subdir of wxWidgets... (or tar will bite recursively)
+DIST_DIR=${WX_TEMP_DIR}/deliver
 
+echo "temp dir is $WX_TEMP_DIR"
+echo script dir is $SCRIPTDIR
 CURDATE=`date -I`
 
 # build info
-BUILD_VERSION=2.8.2
+BUILD_VERSION=2.9.0
 BUILD_TAG=HEAD
 
-
 if [ "$KIND" = "release" ]; then
    FTPDIR=/home/ftp/pub/${BUILD_VERSION}
 else