1
0
Fork 0
forked from len0rd/rockbox
foxbox/rbutil
Dominik Riebeling 8a1cd81b3a Move building libraries to separate Makefile.
Previously several additional rules were added by qmake to build the required
libraries. This has a couple of problems on Windows, requiring the use of a
msys shell.

Additional variables are passed as environment variables. Windows doesn't
understand this. Passing the variables via make command line argument works but
make won't be able to change those variables anymore, breaking things. Use
intermediate variables passed via make command line that are then exported by
the called Makefile. This doesn't work in the generated Makefile since the
export lines must not be part of a rule.

Also cleans up the project file a bit.

Change-Id: Iaffb059ce8bafe17a35bd1e0a74ae7acd966c138
2013-05-04 21:41:50 +02:00
..
chinachippatcher chinachippatcher: allow additional CFLAGS from the command line. 2012-02-06 20:24:35 +01:00
e200rpatcher Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00
ipodpatcher Fix ipodpatcher on OS X. 2013-04-05 20:03:45 +02:00
mkamsboot Add support for clip+ firmware 1.02.18 to mkamsboot (tested by me) 2012-08-08 19:59:29 +02:00
mkimxboot mkimxboot: fix usage 2013-03-10 15:10:56 +01:00
mkmpioboot Allow passing additional CFLAGS. 2012-01-02 16:59:26 +00:00
mkrk27boot mkrk27boot: Fix makefile. 2012-10-16 10:04:17 +04:00
mktccboot Allow passing additional CFLAGS. 2012-01-02 16:59:26 +00:00
rbutilqt Move building libraries to separate Makefile. 2013-05-04 21:41:50 +02:00
sansapatcher Put resource object into object folder. 2013-04-04 22:42:22 +02:00
tools Add "ipod" mode to bin2c. 2012-04-28 12:05:11 +02:00
libtools.make Allow overriding make variables via environment variables. 2013-05-04 21:41:49 +02:00