mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Build rockboxui.exe when cross-compiling a win32 sim, set MAKEFLAGS to
hush up make more git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6185 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a9eda6060a
commit
5b4a339486
1 changed files with 5 additions and 0 deletions
5
tools/configure
vendored
5
tools/configure
vendored
|
|
@ -41,6 +41,8 @@ crosswincc () {
|
||||||
LDOPTS="-lgdi32 -luser32 -mwindows"
|
LDOPTS="-lgdi32 -luser32 -mwindows"
|
||||||
# add cross-compiler option(s)
|
# add cross-compiler option(s)
|
||||||
GCCOPTS="$GCCOPTS -mno-cygwin"
|
GCCOPTS="$GCCOPTS -mno-cygwin"
|
||||||
|
|
||||||
|
output="rockboxui.exe" # use this as output binary name
|
||||||
}
|
}
|
||||||
|
|
||||||
simcc () {
|
simcc () {
|
||||||
|
|
@ -615,6 +617,9 @@ export GCCVER=@GCCVER@
|
||||||
export GCCNUM=@GCCNUM@
|
export GCCNUM=@GCCNUM@
|
||||||
export UNAME=@UNAME@
|
export UNAME=@UNAME@
|
||||||
|
|
||||||
|
# Do not print "Entering directory ..."
|
||||||
|
MAKEFLAGS += --no-print-directory
|
||||||
|
|
||||||
.PHONY: all clean tags zip
|
.PHONY: all clean tags zip
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue