diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2007-11-27 01:28:00 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2007-11-27 01:28:00 +0000 |
| commit | a8f900384b8491c68fba3a31ad413492fd78eb6f (patch) | |
| tree | 54f0f449f01d8ed4df9ded0aa32a1bd5ce5950a0 /apps/plugins/SOURCES | |
| parent | 4fb825eed983c6fb3d76b3efbc61014f69969a87 (diff) | |
| download | rockbox-a8f900384b8491c68fba3a31ad413492fd78eb6f.zip rockbox-a8f900384b8491c68fba3a31ad413492fd78eb6f.tar.gz rockbox-a8f900384b8491c68fba3a31ad413492fd78eb6f.tar.bz2 rockbox-a8f900384b8491c68fba3a31ad413492fd78eb6f.tar.xz | |
On second thoughts, let's compile Matrix for all non-mono bitmap displays.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15829 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 7852328..609afb2 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -44,6 +44,7 @@ disktidy.c flipit.c #ifdef HAVE_LCD_BITMAP /* Not for the Player */ +matrix.c maze.c mazezam.c text_editor.c @@ -111,7 +112,6 @@ fireworks.c xobox.c spacerocks.c #if LCD_DEPTH >= 16 -matrix.c rockpaint.c #endif |