diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-11-28 08:26:05 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-11-28 08:26:05 +0000 |
| commit | ee96ba1509a4d8ac4d321d22524ae409f956e6c2 (patch) | |
| tree | a8e22b35159145a8060b6ca7fe543e445bb5ef76 /apps/plugins/SOURCES | |
| parent | a407e6a5e3617bb6a17f08633df0b6145590e04b (diff) | |
| download | rockbox-ee96ba1509a4d8ac4d321d22524ae409f956e6c2.zip rockbox-ee96ba1509a4d8ac4d321d22524ae409f956e6c2.tar.gz rockbox-ee96ba1509a4d8ac4d321d22524ae409f956e6c2.tar.bz2 rockbox-ee96ba1509a4d8ac4d321d22524ae409f956e6c2.tar.xz | |
Build solitaire for colour LCD targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8094 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 8db0738..b335a06 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -24,7 +24,6 @@ dict.c #ifndef HAVE_LCD_COLOR fire.c plasma.c -solitaire.c #endif bejeweled.c bounce.c @@ -48,12 +47,13 @@ sliding_puzzle.c snake.c snake2.c sokoban.c +solitaire.c star.c +starfield.c +sudoku.c #if CONFIG_LCD == LCD_SSD1815 video.c #endif -starfield.c -sudoku.c vu_meter.c #ifdef HAVE_RTC /* Recorder models only */ |