diff options
| -rwxr-xr-x | tools/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index ebcd6f5..8b078a9 100755 --- a/tools/configure +++ b/tools/configure @@ -41,6 +41,8 @@ crosswincc () { LDOPTS="-lgdi32 -luser32 -mwindows" # add cross-compiler option(s) GCCOPTS="$GCCOPTS -mno-cygwin" + + output="rockboxui.exe" # use this as output binary name } simcc () { @@ -615,6 +617,9 @@ export GCCVER=@GCCVER@ export GCCNUM=@GCCNUM@ export UNAME=@UNAME@ +# Do not print "Entering directory ..." +MAKEFLAGS += --no-print-directory + .PHONY: all clean tags zip all: |