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:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user