possible os2 watcom makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2007-11-16 10:02:09 +00:00
parent f8be834d3d
commit 384e1abeb7
2 changed files with 14 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/
CURDATE=`date -I` CURDATE=`date -I`
# build info # build info
BUILD_VERSION=2.8.6 BUILD_VERSION=2.8.7-rc2
BUILD_TAG=HEAD BUILD_TAG=HEAD

View File

@@ -79,6 +79,19 @@ cp $SCRIPTDIR/create_archives.sh $APPDIR/distrib/scripts
chmod +x $APPDIR/distrib/scripts/create_archives.sh chmod +x $APPDIR/distrib/scripts/create_archives.sh
$APPDIR/distrib/scripts/create_archives.sh --all $APPDIR/distrib/scripts/create_archives.sh --all
#rebake the bakefiles for os2
if [ $rebake = "yes" ]; then
if [ ! -d $WX_SRC_DIR/build/bakefiles ]; then
mkdir $WX_SRC_DIR/build/bakefiles
fi
cd $WX_SRC_DIR/build/bakefiles
rm .ba*
bakefile_gen -f watcom -d ../os2/Bakefiles.os2.bkgen
fi
$APPDIR/distrib/scripts/create_archives.sh --wxos2
# copy all the archives we created to the master machine's deliver directory # copy all the archives we created to the master machine's deliver directory
cp $APPDIR/deliver/*.zip $START_DIR/$DIST_DIR cp $APPDIR/deliver/*.zip $START_DIR/$DIST_DIR
cp $APPDIR/deliver/*.tar.gz $START_DIR/$DIST_DIR cp $APPDIR/deliver/*.tar.gz $START_DIR/$DIST_DIR