diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-07-06 15:11:56 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-07-06 15:11:56 +0000 |
| commit | 31b5c471aeec6040ca69e3bea59c0825e2a6fc9d (patch) | |
| tree | 628d7638a50ab226d5164f495d14d56ed2b51a1f /uisimulator/common | |
| parent | 9da707955dcdefa1b7a55348937eb706a08039b5 (diff) | |
| download | rockbox-31b5c471aeec6040ca69e3bea59c0825e2a6fc9d.zip rockbox-31b5c471aeec6040ca69e3bea59c0825e2a6fc9d.tar.gz rockbox-31b5c471aeec6040ca69e3bea59c0825e2a6fc9d.tar.bz2 rockbox-31b5c471aeec6040ca69e3bea59c0825e2a6fc9d.tar.xz | |
Rockbox as an application: Add an 320x240 SDL application target.
It still works mostly like the simulator. There's also some minor left overs from the sim, but it does not define SIMULATOR.
It installs into the current (build) dir, and you need to run it with '--root .' (because it looks for ./.rockbox and not ./simdisk/rockbox) as options. That's one of the few kludges left that should be resolved soon'ish.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27310 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common')
| -rw-r--r-- | uisimulator/common/SOURCES | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/uisimulator/common/SOURCES b/uisimulator/common/SOURCES index 4d7165a..a30b5ab 100644 --- a/uisimulator/common/SOURCES +++ b/uisimulator/common/SOURCES @@ -1,13 +1,16 @@ -fmradio.c -io.c +#ifndef APPLICATION lcd-common.c #ifdef HAVE_LCD_CHARCELLS font-player.c lcd-playersim.c sim_icons.c #endif -sim_tasks.c -stubs.c -powermgmt-sim.c +fmradio.c backlight-sim.c +#endif +/* this is still needed for application since it has some stubs */ +powermgmt-sim.c +io.c +sim_tasks.c +stubs.c |