}
}
-
+
/*
function dossify_and_run_commands()
{
-
+
declare -a darc_commands=()
for i in "$@"; do
// we only mess with the command line on windows.
return 0;
}
+#ifdef __BUILD_STATIC_APPLICATION__
+ // static dependencies found by buildor_gen_deps.sh:
+#endif // __BUILD_STATIC_APPLICATION__
+
echo Compiling [$(cat $BUILD_LIST_FILE | while read line; do echo $(basename $line); done )]
rm -f $(cat $BUILD_WHACK_FILE)
#echo got line to run: $*
- eval $*
+ eval "${@}"
rm -f $BUILD_LIST_FILE $BUILD_WHACK_FILE
if [ $? -ne 0 ]; then
. "$CLAM_DIR/exit_make.sh"
pushd "$CORE_SCRIPTS_DIR/../.." &>/dev/null
source "$CORE_SCRIPTS_DIR/functions.sh"
-export FEISTY_MEOW_DIR="$(unix_to_dos_path $(\pwd) )"
+export FEISTY_MEOW_DIR="$(\pwd)"
popd &>/dev/null
export FEISTY_MEOW_SCRIPTS="$FEISTY_MEOW_DIR/scripts"