2.8.5-rc3

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2007-08-28 08:06:33 +00:00
parent f1b202da70
commit 2dc9863584
2 changed files with 6 additions and 4 deletions

View File

@@ -12,12 +12,13 @@ DIST_DIR=../deliver
# directory to store the wx tree we pull from CVS # directory to store the wx tree we pull from CVS
WX_TEMP_DIR=/tmp/wx-temp28 WX_TEMP_DIR=/tmp/wx-temp28
mkdir ${WX_TEMP_DIR}
DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/ DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/
CURDATE=`date -I` CURDATE=`date -I`
# build info # build info
BUILD_VERSION=2.8.5-rc1 BUILD_VERSION=2.8.5-rc3
BUILD_TAG=HEAD BUILD_TAG=HEAD

View File

@@ -2,13 +2,13 @@
if [ "$VERSION" = "" ]; then if [ "$VERSION" = "" ]; then
echo "Including build-environ.cfg" echo "Including build-environ.cfg"
. scripts/build-environ.cfg . scripts28/build-environ.cfg
fi fi
echo "temp dir is $WX_TEMP_DIR" echo "temp dir is $WX_TEMP_DIR"
START_DIR="$PWD" START_DIR="$PWD"
SCRIPTDIR=${START_DIR}/scripts SCRIPTDIR=${START_DIR}/scripts28
WX_SRC_DIR=$WX_TEMP_DIR/wxWidgets WX_SRC_DIR=$WX_TEMP_DIR/wxWidgets
CURDATE=`date -I` CURDATE=`date -I`
@@ -24,10 +24,11 @@ cd $WX_TEMP_DIR
if [ ! -d $WX_SRC_DIR ]; then if [ ! -d $WX_SRC_DIR ]; then
cd $WX_TEMP_DIR cd $WX_TEMP_DIR
echo "Grabbing wx CVS with tag $BUILD_TAG" echo "Grabbing wx CVS with tag $BUILD_TAG"
svn up https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH/ wxWidgets svn co https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH/ wxWidgets
cd $WX_SRC_DIR cd $WX_SRC_DIR
else else
cd $WX_SRC_DIR cd $WX_SRC_DIR
svn cleanup
svn up svn up
fi fi
#copy setup0.h setup.h for msw #copy setup0.h setup.h for msw