add setup.h to tarball
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,10 +36,14 @@ if [ ! -d $WX_SRC_DIR ]; then
|
|||||||
cvs -d:pserver:anoncvs:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login
|
cvs -d:pserver:anoncvs:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login
|
||||||
echo "Grabbing wx CVS with tag $BUILD_TAG"
|
echo "Grabbing wx CVS with tag $BUILD_TAG"
|
||||||
cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout -r $BUILD_TAG wxWidgets
|
cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout -r $BUILD_TAG wxWidgets
|
||||||
|
cd $WX_SRC_DIR
|
||||||
else
|
else
|
||||||
cd $WX_SRC_DIR
|
cd $WX_SRC_DIR
|
||||||
cvs update -d -P
|
cvs update -d -P
|
||||||
fi
|
fi
|
||||||
|
#copy setup0.h setup.h for msw
|
||||||
|
find . -name setup.h | xargs rm -rf
|
||||||
|
cp include/wx/msw/setup0.h include/wx/msw/setup.h
|
||||||
|
|
||||||
# this is where we will store the wxAll tarball we create
|
# this is where we will store the wxAll tarball we create
|
||||||
if [ ! -d $START_DIR/$DISTDIR ]; then
|
if [ ! -d $START_DIR/$DISTDIR ]; then
|
||||||
|
Reference in New Issue
Block a user