diff options
Diffstat (limited to 'uisimulator/common/SOURCES')
-rw-r--r-- | uisimulator/common/SOURCES | 17 |
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 @@ #ifdef SIMULATOR + lcd-common.c #ifdef HAVE_LCD_CHARCELLS font-player.c @@ -8,8 +9,20 @@ sim_icons.c sim_tasks.c fmradio.c backlight-sim.c -stubs.c powermgmt-sim.c +filesystem-sim.c + +#ifdef WIN32 +time-win32.c +#endif + +#ifndef __PCTOOL__ +load_code-sim.c #endif -io.c +stubs.c + +#else +dummylib.c /* for now, so the lib actually builds */ +#endif /* SIMULATOR */ + |