summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-11-17 19:52:59 +0000
committerThomas Martitz <kugel@rockbox.org>2011-11-17 19:52:59 +0000
commit71d73fd470e339adff65aff0db6a44d1d6418b31 (patch)
tree74f8d82b2eb72dd229c33b925b37976327901aaf /uisimulator
parent7e211ff9d14aa732d1f54271f8a46ffc2e1b6342 (diff)
downloadrockbox-71d73fd470e339adff65aff0db6a44d1d6418b31.tar.gz
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/SOURCES2
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
5lcd-playersim.c 5lcd-playersim.c
6sim_icons.c 6sim_icons.c
7#endif 7#endif
8sim_tasks.c
8fmradio.c 9fmradio.c
9backlight-sim.c 10backlight-sim.c
10#endif 11#endif
11 12
12io.c 13io.c
13sim_tasks.c
14/* this is still needed for application since it has some stubs */ 14/* this is still needed for application since it has some stubs */
15#if !(CONFIG_PLATFORM & PLATFORM_MAEMO) 15#if !(CONFIG_PLATFORM & PLATFORM_MAEMO)
16powermgmt-sim.c 16powermgmt-sim.c