summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-12-14 09:54:35 +0000
committerDave Chapman <dave@dchapman.com>2005-12-14 09:54:35 +0000
commitd8d68c9fa264d1a5ab9299ecb3bca4abb698dd2e (patch)
tree97803996be30c52ff1f4972b63d4257b12135673 /apps
parent1b6188b8eec8c89eafbcd0dd1c902459067aa405 (diff)
downloadrockbox-d8d68c9fa264d1a5ab9299ecb3bca4abb698dd2e.tar.gz
rockbox-d8d68c9fa264d1a5ab9299ecb3bca4abb698dd2e.zip
iPod: Don't build Bejeweled and Sudoku for the Nano - they need adjusting for the LCD size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8235 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index bf15f0ba65..bf3af893d8 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -22,7 +22,6 @@ dict.c
22fire.c 22fire.c
23plasma.c 23plasma.c
24#endif 24#endif
25bejeweled.c
26bounce.c 25bounce.c
27calculator.c 26calculator.c
28chip8.c 27chip8.c
@@ -47,7 +46,11 @@ sokoban.c
47solitaire.c 46solitaire.c
48star.c 47star.c
49starfield.c 48starfield.c
49#if (LCD_WIDTH != 176)
50/* These need adjusting for the Nano's screen */
51bejeweled.c
50sudoku.c 52sudoku.c
53#endif
51#if CONFIG_LCD == LCD_SSD1815 54#if CONFIG_LCD == LCD_SSD1815
52video.c 55video.c
53#endif 56#endif