Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
02512be758c8358238a791e9116905edeb7e36c6
/
uisimulator
/
uisimulator.make
23e505b
Fix reds. libuisimulator.a apparently needs to be linked twice (aka quick fix as I don't know a better solution yet) :/
by Thomas Martitz
· 16 years ago
a7f4e1f
Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too.
by Thomas Martitz
· 16 years ago
6421f94
Silence warning from 'ar' if the archive had to be created.
by Jens Arnold
· 16 years ago
2e6d604
Stop hiding errors by redirecting stderr to /dev/null. If we really need to do re-introduce somewhere we should rather make it dependent on the V variable so that make V=1 would still show the error and only "normal" builds would hide it.
by Daniel Stenberg
· 16 years ago
a091d20
Added 'keywords' and 'eol-style' properties.
by Björn Stenberg
· 16 years ago
7f00ad0
Removed duplicate LANG_O...
by Björn Stenberg
· 16 years ago
6b96270
Added LANG_O to simulators as well.
by Björn Stenberg
· 16 years ago
7bdf9a3
Remove .a files before running ar, to avoid problems with renamed files remaining in the library.
by Björn Stenberg
· 16 years ago
c6b3d38
New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles.
by Björn Stenberg
· 16 years ago