diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-07 06:51:22 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-07 06:51:22 +0000 |
commit | 86425855fc71497ff6db0b6c020f194291c086f0 (patch) | |
tree | 59427ee14ed5079b42c58a36f26f3ae41e6401e4 /apps/plugins | |
parent | 97426aa4db24e4b2888430161f7a4cef8b16870b (diff) |
Ondio plugins+rombox enabled. The new SOURCES file allows us to gradually adapt the plugins to the Ondio keypad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5200 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/SOURCES | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index c1c77c7d89..6db328b5a4 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -1,16 +1,25 @@ -battery_test.c +/* plugins common to both Player+Recorder model */ chessclock.c favorites.c firmware_flash.c helloworld.c -metronome.c -rockbox_flash.c search.c sort.c -stopwatch.c vbrfix.c +#if CONFIG_KEYPAD != ONDIO_PAD +/* gradually bring in the ones not working yet */ +battery_test.c +metronome.c +rockbox_flash.c +stopwatch.c viewer.c -#ifdef HAVE_LCD_BITMAP +#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */ + +#ifdef HAVE_LCD_BITMAP /* recorder model only */ +rockblox.c +snow.c +#if CONFIG_KEYPAD != ONDIO_PAD +/* gradually bring in the ones not working yet */ bounce.c calculator.c calendar.c @@ -25,11 +34,9 @@ minesweeper.c mosaique.c oscillograph.c pong.c -rockblox.c sliding_puzzle.c snake.c snake2.c -snow.c sokoban.c solitaire.c splitedit.c @@ -37,9 +44,11 @@ star.c video.c vu_meter.c wormlet.c -#endif -#ifdef HAVE_LCD_CHARCELLS +#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */ +#endif /*#ifdef HAVE_LCD_BITMAP */ + +#ifdef HAVE_LCD_CHARCELLS /* Player model only */ euroconverter.c jackpot.c nim.c -#endif +#endif /* #ifdef HAVE_LCD_CHARCELLS */ |