]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/build-environ.cfg
remove extraneous semicolons
[wxWidgets.git] / distrib / scripts / build-environ.cfg
index 51c3c10a6ea3994a1d21b252194aa05966332d10..223de793662603cdd8a8cec2e86a5742318611ed 100644 (file)
@@ -2,15 +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.105
-
-# Where is the build dir from the remote machine's perspective?
-WIN_BUILD="/cygdrive/c/wx2dev"
-
-LINUX_HOST=192.168.1.106
-
-LINUX_BUILD=/home/kevino/wx2dev
 
 # the local spot that we put everything when done, before possibly copying 
 # to remote hosts
@@ -21,17 +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.7.1-rc
 BUILD_TAG=HEAD
 
-KIND="daily"
 
-# so we can setup the Windows dev environment if it is not already done
-MSVS7_DIR="C:/Program Files/Microsoft Visual Studio 2003"
-MSVC_VERSION=7
+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
@@ -39,7 +38,8 @@ 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="no"
+rebake=yes
 
 # If building is successful, delete temp files?
-delete_temps="no"
\ No newline at end of file
+delete_temps=no
+