forked from len0rd/rockbox
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
This commit is contained in:
parent
97426aa4db
commit
86425855fc
2 changed files with 23 additions and 14 deletions
|
|
@ -1,16 +1,25 @@
|
||||||
battery_test.c
|
/* plugins common to both Player+Recorder model */
|
||||||
chessclock.c
|
chessclock.c
|
||||||
favorites.c
|
favorites.c
|
||||||
firmware_flash.c
|
firmware_flash.c
|
||||||
helloworld.c
|
helloworld.c
|
||||||
metronome.c
|
|
||||||
rockbox_flash.c
|
|
||||||
search.c
|
search.c
|
||||||
sort.c
|
sort.c
|
||||||
stopwatch.c
|
|
||||||
vbrfix.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
|
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
|
bounce.c
|
||||||
calculator.c
|
calculator.c
|
||||||
calendar.c
|
calendar.c
|
||||||
|
|
@ -25,11 +34,9 @@ minesweeper.c
|
||||||
mosaique.c
|
mosaique.c
|
||||||
oscillograph.c
|
oscillograph.c
|
||||||
pong.c
|
pong.c
|
||||||
rockblox.c
|
|
||||||
sliding_puzzle.c
|
sliding_puzzle.c
|
||||||
snake.c
|
snake.c
|
||||||
snake2.c
|
snake2.c
|
||||||
snow.c
|
|
||||||
sokoban.c
|
sokoban.c
|
||||||
solitaire.c
|
solitaire.c
|
||||||
splitedit.c
|
splitedit.c
|
||||||
|
|
@ -37,9 +44,11 @@ star.c
|
||||||
video.c
|
video.c
|
||||||
vu_meter.c
|
vu_meter.c
|
||||||
wormlet.c
|
wormlet.c
|
||||||
#endif
|
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
|
||||||
#ifdef HAVE_LCD_CHARCELLS
|
#endif /*#ifdef HAVE_LCD_BITMAP */
|
||||||
|
|
||||||
|
#ifdef HAVE_LCD_CHARCELLS /* Player model only */
|
||||||
euroconverter.c
|
euroconverter.c
|
||||||
jackpot.c
|
jackpot.c
|
||||||
nim.c
|
nim.c
|
||||||
#endif
|
#endif /* #ifdef HAVE_LCD_CHARCELLS */
|
||||||
|
|
|
||||||
8
tools/configure
vendored
8
tools/configure
vendored
|
|
@ -299,8 +299,8 @@ if [ -z "$archos" ]; then
|
||||||
tool="scramble -osp"
|
tool="scramble -osp"
|
||||||
output="ajbrec.ajz"
|
output="ajbrec.ajz"
|
||||||
appextra="recorder"
|
appextra="recorder"
|
||||||
archosrom=""
|
archosrom="$pwd/rombox.ucl"
|
||||||
plugins=""
|
plugins="yes"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
8)
|
8)
|
||||||
|
|
@ -310,8 +310,8 @@ if [ -z "$archos" ]; then
|
||||||
tool="scramble -ofm"
|
tool="scramble -ofm"
|
||||||
output="ajbrec.ajz"
|
output="ajbrec.ajz"
|
||||||
appextra="recorder"
|
appextra="recorder"
|
||||||
archosrom=""
|
archosrom="$pwd/rombox.ucl"
|
||||||
plugins=""
|
plugins="yes"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
9)
|
9)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue