From 7a7cdada12bae5826935051eb00d8a98b5ae9d69 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 23 Jun 2010 01:48:48 +0200 Subject: [PATCH] Don't build some files from uisimulator/common, for the rest something better needs to be found. --- uisimulator/common/SOURCES | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 -- 2.11.4.GIT