]>
git.saurik.com Git - wxWidgets.git/blob - utils/configtool/scripts/makeapp
   4 # The first argument is debug or release 
   7 # Then you can supply one or more makefile targets 
   8 TARGET
="$2 $3 $4 $5 $6 $6 $7 $8 $9" 
  10 if [ "$1" = "" ] || [ "$2" = "" ]; then 
  11   echo Usage
: makeapp debug
/release full
/wx
/genericapp
/cleanall
 
  15 export APPDIR
=$WXWIN/utils
/configtool
 
  17 export WXBUILDDIR
=wxwin
-build-$LEVEL 
  19 # If there's no wxwin-build-... directory yet, the makefile 
  20 # must include a dummy makeprog.env 
  21 export USEDUMMYMAKEPROG
="0" 
  22 if [ ! -f $WXBUILDDIR/src
/makeprog.env 
]; then 
  26 make -f ${APPDIR}/src
/Makefile WXDIR
=$WXDIR USEDUMMYMAKEPROG
=$USEDUMMYMAKEPROG APPDIR
=$APPDIR WXBUILDDIR
=$WXBUILDDIR LEVEL
=$LEVEL $TARGET