summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-10-26 13:38:09 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-10-26 13:38:09 +0000
commit24f4a2a8cfd561657ce25ebf93470716f07397fe (patch)
treef411d86cb56bd128fe0206d148005f0a882f686a /apps/plugins/SOURCES
parent34193e5cf23e7d739c2ccda0ed82e77492578cef (diff)
downloadrockbox-24f4a2a8cfd561657ce25ebf93470716f07397fe.tar.gz
rockbox-24f4a2a8cfd561657ce25ebf93470716f07397fe.zip
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11351 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES14
1 files changed, 9 insertions, 5 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index dbad16ae2d..edc8f9f9c2 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -10,7 +10,7 @@ logo.c
10metronome.c 10metronome.c
11mosaique.c 11mosaique.c
12random_folder_advance_config.c 12random_folder_advance_config.c
13#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64)) 13#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64)) && !defined(SANSA_E200)
14rockblox.c 14rockblox.c
15#endif 15#endif
16rockbox_flash.c 16rockbox_flash.c
@@ -41,16 +41,20 @@ mandelbrot.c
41plasma.c 41plasma.c
42 42
43bounce.c 43bounce.c
44#ifndef SANSA_E200
44bubbles.c 45bubbles.c
46#endif
45 47
46#if LCD_WIDTH != 128 48#if LCD_WIDTH != 128 && !defined(SANSA_E200)
47/* These need adjusting for the iRiver if'p screen */ 49/* These need adjusting for the iRiver if'p screen */
48brickmania.c 50brickmania.c
49#endif 51#endif
50calculator.c 52calculator.c
51chip8.c 53chip8.c
52demystify.c 54demystify.c
55#ifndef SANSA_E200
53jewels.c 56jewels.c
57#endif
54minesweeper.c 58minesweeper.c
55oscilloscope.c 59oscilloscope.c
56pong.c 60pong.c
@@ -65,7 +69,7 @@ starfield.c
65video.c 69video.c
66#endif 70#endif
67vu_meter.c 71vu_meter.c
68#ifndef IRIVER_H10_5GB 72#if !defined(IRIVER_H10_5GB) && !defined(SANSA_E200)
69wormlet.c 73wormlet.c
70#endif 74#endif
71 75
@@ -87,9 +91,9 @@ rockboy.c
87#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64) 91#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
88xobox.c 92xobox.c
89#endif 93#endif
90 94#if !defined(SANSA_E200)
91spacerocks.c 95spacerocks.c
92 96#endif
93#if LCD_DEPTH >= 16 97#if LCD_DEPTH >= 16
94rockpaint.c 98rockpaint.c
95#endif 99#endif