From: Thomas Martitz Date: Tue, 22 Jun 2010 23:48:48 +0000 (+0200) Subject: Don't build some files from uisimulator/common, for the rest something better needs... X-Git-Url: https://repo.or.cz/w/kugel-rb.git/commitdiff_plain/7a7cdada12bae5826935051eb00d8a98b5ae9d69 Don't build some files from uisimulator/common, for the rest something better needs to be found. --- diff --git a/uisimulator/common/SOURCES b/uisimulator/common/SOURCES index 4d7165a71..a30b5abeb 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