| Revision 1 (by moose, 2006/03/06 10:00:33) |
Initial Import
|
VERBOSE=0
ifopt --verbose VERBOSE=1
V="$(getoptval --verbose)"
do ifnot "${V}"=""
VERBOSE="${V}"
echo Verbose: ${VERBOSE}
done
verbose ${VERBOSE}
CLEAN=0
ifopt clean CLEAN=1
RELEASE=enabled
DEBUG=disabled
PROFILE=disabled
SHARED=disabled
STATIC=enabled
FASTBUILD=disabled
AR_OPT="rcs"
CONFIG="cbuild/config.cbd"
APPEND_CONFIG='appendfile ${CONFIG}'
# Library base source files #
LIB_SRC=
do ifopt --help
echo Available Flags:
echo " --reconfig (use this to override saved settings)"
echo " --platform=(unix|win32)"
echo " --prefix="
echo " --with-lib-dir="
echo " --with-include-dir="
echo " --with-bin-dir="
echo " --with-qt-dir="
echo " --with-qt-inc-dir="
echo " --with-qt-lib-dir="
echo " --with-qt-bin-dir="
echo ""
echo " --enable-