summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-04-01 18:38:34 +0000
committerDave Chapman <dave@dchapman.com>2006-04-01 18:38:34 +0000
commit0f619c65bab2465ffa84eb64cc62fe56506121f8 (patch)
treef8a9387673b1f6f7764620cbf10978e3b05d26f4 /apps/plugins/SUBDIRS
parent9fad701934a784e110edbff5556e21efe9c059d9 (diff)
downloadrockbox-0f619c65bab2465ffa84eb64cc62fe56506121f8.tar.gz
rockbox-0f619c65bab2465ffa84eb64cc62fe56506121f8.zip
Move Sudoku plugin into its own subdirectory and add a random game generator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9407 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 01d9540531..922d562330 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -16,6 +16,10 @@ rockboy
16/* For all targets with a bitmap display */ 16/* For all targets with a bitmap display */
17#ifdef HAVE_LCD_BITMAP 17#ifdef HAVE_LCD_BITMAP
18chessbox 18chessbox
19#if (LCD_WIDTH != 176) && (LCD_WIDTH != 138)
20/* This needs adjusting for the iPod Nano and Mini */
21sudoku
22#endif
19#endif 23#endif
20 24
21/* For all the colour targets and iriver H1x0 */ 25/* For all the colour targets and iriver H1x0 */