projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
forward SetColPos() to the header window
[wxWidgets.git]
/
distrib
/
scripts
/
build-environ.cfg
diff --git
a/distrib/scripts/build-environ.cfg
b/distrib/scripts/build-environ.cfg
index bfdeed4cc8795be2e4ef751e36bfe8bd33bd15c9..2acc50aaa0738768a5066ed13d7e3692f6217d0e 100644
(file)
--- a/
distrib/scripts/build-environ.cfg
+++ b/
distrib/scripts/build-environ.cfg
@@
-7,26
+7,29
@@
# to remote hosts
STAGING_DIR=./BUILD
# 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
# 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/
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.9.0
BUILD_TAG=HEAD
CURDATE=`date -I`
# build info
BUILD_VERSION=2.9.0
BUILD_TAG=HEAD
-
if [ "$KIND" = "release" ]; then
FTPDIR=/home/ftp/pub/${BUILD_VERSION}
else
KIND=daily
BUILD_VERSION=${CURDATE}
if [ "$KIND" = "release" ]; then
FTPDIR=/home/ftp/pub/${BUILD_VERSION}
else
KIND=daily
BUILD_VERSION=${CURDATE}
- FTPDIR=/home/ftp/pub/
CVS_HEAD/v2
+ FTPDIR=/home/ftp/pub/
Daily_HEAD
fi
echo "Building for ${BUILD_VERSION}"
fi
echo "Building for ${BUILD_VERSION}"