summaryrefslogtreecommitdiff
path: root/uisimulator/common/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/SOURCES')
-rw-r--r--uisimulator/common/SOURCES17
1 files changed, 15 insertions, 2 deletions
diff --git a/uisimulator/common/SOURCES b/uisimulator/common/SOURCES
index 939f1638c3..9833753236 100644
--- a/uisimulator/common/SOURCES
+++ b/uisimulator/common/SOURCES
@@ -1,4 +1,5 @@
1#ifdef SIMULATOR 1#ifdef SIMULATOR
2
2lcd-common.c 3lcd-common.c
3#ifdef HAVE_LCD_CHARCELLS 4#ifdef HAVE_LCD_CHARCELLS
4font-player.c 5font-player.c
@@ -8,8 +9,20 @@ sim_icons.c
8sim_tasks.c 9sim_tasks.c
9fmradio.c 10fmradio.c
10backlight-sim.c 11backlight-sim.c
11stubs.c
12powermgmt-sim.c 12powermgmt-sim.c
13filesystem-sim.c
14
15#ifdef WIN32
16time-win32.c
17#endif
18
19#ifndef __PCTOOL__
20load_code-sim.c
13#endif 21#endif
14 22
15io.c 23stubs.c
24
25#else
26dummylib.c /* for now, so the lib actually builds */
27#endif /* SIMULATOR */
28