1
0
Fork 0
forked from len0rd/rockbox
foxbox/uisimulator/common/SOURCES
Thomas Martitz 71d73fd470 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
2011-11-17 19:52:59 +00:00

18 lines
294 B
Text

#ifdef SIMULATOR
lcd-common.c
#ifdef HAVE_LCD_CHARCELLS
font-player.c
lcd-playersim.c
sim_icons.c
#endif
sim_tasks.c
fmradio.c
backlight-sim.c
#endif
io.c
/* this is still needed for application since it has some stubs */
#if !(CONFIG_PLATFORM & PLATFORM_MAEMO)
powermgmt-sim.c
#endif
stubs.c