diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-08 23:32:59 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-08 23:32:59 +0000 |
commit | d90373380919c5b30ff99f26e5f6e74e75579b2c (patch) | |
tree | faf920327dab4f4c0cd34f4966cb1bb9da4dc021 /apps | |
parent | c9db86ee70d7fe220634ea27587cd4d5970891e3 (diff) |
Quick fix to make the h300 build work
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7796 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/SOURCES | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 6c5d6f243f..331ab809c3 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -18,12 +18,17 @@ viewer.c dict.c #ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */ +#ifndef HAVE_LCD_COLOR bejeweled.c +fire.c +plasma.c +solitaire.c +sudoku.c +#endif bounce.c calculator.c chip8.c demystify.c -fire.c flipit.c grayscale.c jpeg.c @@ -31,7 +36,6 @@ mandelbrot.c minesweeper.c oscillograph.c oscilloscope.c -plasma.c pong.c rockblox.c #if (CONFIG_KEYPAD == RECORDER_PAD) && !defined(SIMULATOR) @@ -42,9 +46,7 @@ sliding_puzzle.c snake.c snake2.c sokoban.c -solitaire.c star.c -sudoku.c #if CONFIG_LCD == LCD_SSD1815 video.c #endif |