Add a set of scripts that can be used to build and upload the

distributable binaries for all platforms all from a single
command-line on a single machine.  Will probably also be used for a
daily build cron job.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-14 19:53:50 +00:00
parent 96acd0c161
commit 36e910973a
10 changed files with 630 additions and 4 deletions

View File

@@ -150,6 +150,12 @@ if [ -z "${skipcopy}" ]; then
cp -Rpf --link ${wxdir}/$d ${tarver} #> /dev/null 2>&1
fi
done
# # and tex2rtf too
# mkdir ${tarver}/utils
# cp -Rpf --link ${wxdir}/utils/tex2rtf ${tarver}/utils
# # tex2rtf needs these files
# mkdir ${tarver}/samples
# cp -Rpf --link ${wxdir}/samples/sample.* ${tarver}/samples
# now do the same thing for wxPython, skipping it's build dirs and such
for dir in `grep -v '#' ${wxdir}/wxPython/distrib/DIRLIST`; do