distrib and build updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-09 05:38:45 +00:00
parent 521808ff62
commit fda330675c
4 changed files with 21 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ function usage {
echo "command flags:"
echo " skipcopy Don't copy the files for the tarball from the workspace"
echo " skiptar Don't build the tarball"
echo " skiprpm Don't build the RPM (but why?)"
echo " skiprpm Don't build the RPM"
echo " skipclean Don't do the cleanup at the end"
echo " gtk2 Build using wxGTK2 and Unicode"
echo " x11 Build using wxX11"
@@ -87,7 +87,7 @@ for flag in $*; do
case ${flag} in
skipcopy) skipcopy=1 ;;
skipclean) skipclean=1 ;;
skiptar) skiptar=1 ;;
skiptar) skiptar=1; skipcopy=1 ;;
skiprpm) skiprpm=1 ;;
gtk2) unicode=1; port=GTK2; lcport=gtk2 ;;
x11) port=X11; lcport=x11 ;;