Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
57484bdf0458ec0f0f0c447b929b128e4b54a294
/
uisimulator
/
uisimulator.make
31b5c47
Rockbox as an application: Add an 320x240 SDL application target.
by Thomas Martitz
· 15 years ago
b8286d4
Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in older gcc output when not linking
by Frank Gevaerts
· 15 years ago
8d3dbb8
make the sim build the skin lib also
by Jonathan Gordon
· 15 years ago
59d2603
Move target-simulating specific keymaps out of button-sdl.c into a file per
by Thomas Martitz
· 15 years ago
279ce89
uisimulator/sdl only contains bitmaps, rename to 'bitmaps'
by Rafaël Carré
· 15 years ago
3d0cee8
- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hosted/sdl, uisdl.c is split up across button-sdl.c and system-sdl.c.
by Thomas Martitz
· 15 years ago
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