summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/SOURCES29
-rwxr-xr-xtools/configure8
2 files changed, 23 insertions, 14 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 @@
1battery_test.c 1/* plugins common to both Player+Recorder model */
2chessclock.c 2chessclock.c
3favorites.c 3favorites.c
4firmware_flash.c 4firmware_flash.c
5helloworld.c 5helloworld.c
6metronome.c
7rockbox_flash.c
8search.c 6search.c
9sort.c 7sort.c
10stopwatch.c
11vbrfix.c 8vbrfix.c
9#if CONFIG_KEYPAD != ONDIO_PAD
10/* gradually bring in the ones not working yet */
11battery_test.c
12metronome.c
13rockbox_flash.c
14stopwatch.c
12viewer.c 15viewer.c
13#ifdef HAVE_LCD_BITMAP 16#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
17
18#ifdef HAVE_LCD_BITMAP /* recorder model only */
19rockblox.c
20snow.c
21#if CONFIG_KEYPAD != ONDIO_PAD
22/* gradually bring in the ones not working yet */
14bounce.c 23bounce.c
15calculator.c 24calculator.c
16calendar.c 25calendar.c
@@ -25,11 +34,9 @@ minesweeper.c
25mosaique.c 34mosaique.c
26oscillograph.c 35oscillograph.c
27pong.c 36pong.c
28rockblox.c
29sliding_puzzle.c 37sliding_puzzle.c
30snake.c 38snake.c
31snake2.c 39snake2.c
32snow.c
33sokoban.c 40sokoban.c
34solitaire.c 41solitaire.c
35splitedit.c 42splitedit.c
@@ -37,9 +44,11 @@ star.c
37video.c 44video.c
38vu_meter.c 45vu_meter.c
39wormlet.c 46wormlet.c
40#endif 47#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
41#ifdef HAVE_LCD_CHARCELLS 48#endif /*#ifdef HAVE_LCD_BITMAP */
49
50#ifdef HAVE_LCD_CHARCELLS /* Player model only */
42euroconverter.c 51euroconverter.c
43jackpot.c 52jackpot.c
44nim.c 53nim.c
45#endif 54#endif /* #ifdef HAVE_LCD_CHARCELLS */
diff --git a/tools/configure b/tools/configure
index 154166bf60..e636608848 100755
--- a/tools/configure
+++ b/tools/configure
@@ -299,8 +299,8 @@ if [ -z "$archos" ]; then
299 tool="scramble -osp" 299 tool="scramble -osp"
300 output="ajbrec.ajz" 300 output="ajbrec.ajz"
301 appextra="recorder" 301 appextra="recorder"
302 archosrom="" 302 archosrom="$pwd/rombox.ucl"
303 plugins="" 303 plugins="yes"
304 ;; 304 ;;
305 305
306 8) 306 8)
@@ -310,8 +310,8 @@ if [ -z "$archos" ]; then
310 tool="scramble -ofm" 310 tool="scramble -ofm"
311 output="ajbrec.ajz" 311 output="ajbrec.ajz"
312 appextra="recorder" 312 appextra="recorder"
313 archosrom="" 313 archosrom="$pwd/rombox.ucl"
314 plugins="" 314 plugins="yes"
315 ;; 315 ;;
316 316
317 9) 317 9)