diff options
author | Thomas Martitz <kugel@rockbox.org> | 2011-11-17 19:52:59 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2011-11-17 19:52:59 +0000 |
commit | 71d73fd470e339adff65aff0db6a44d1d6418b31 (patch) | |
tree | 74f8d82b2eb72dd229c33b925b37976327901aaf /uisimulator | |
parent | 7e211ff9d14aa732d1f54271f8a46ffc2e1b6342 (diff) | |
download | rockbox-71d73fd470e339adff65aff0db6a44d1d6418b31.tar.gz rockbox-71d73fd470e339adff65aff0db6a44d1d6418b31.tar.bz2 rockbox-71d73fd470e339adff65aff0db6a44d1d6418b31.zip |
Remove sim_tasks from the sdl application build.
This unfortunately removes the screendump feature, but usually there are better desktop apps for that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31011 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/SOURCES b/uisimulator/common/SOURCES index 2c921ed7ad..1e042afdc5 100644 --- a/uisimulator/common/SOURCES +++ b/uisimulator/common/SOURCES @@ -5,12 +5,12 @@ font-player.c lcd-playersim.c sim_icons.c #endif +sim_tasks.c fmradio.c backlight-sim.c #endif io.c -sim_tasks.c /* this is still needed for application since it has some stubs */ #if !(CONFIG_PLATFORM & PLATFORM_MAEMO) powermgmt-sim.c |