summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2010-06-18 13:49:36 +0000
committerTeruaki Kawashima <teru@rockbox.org>2010-06-18 13:49:36 +0000
commit926aae8161b8781885b33e342aec2a5183fd404a (patch)
treee8f6e717f19b5d25c3fa41157190c7c0af558666 /apps/plugins
parent273d05906de397785d97f71c221b8dde9e77e93e (diff)
reorder apps/plugins/lib/SOURCES.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26919 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/lib/SOURCES11
1 files changed, 5 insertions, 6 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index 5ed163f951..2c4209b6d2 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -9,6 +9,7 @@ fixedpoint.c
playback_control.c
rgb_hsv.c
buflib.c
+highscore.c
simple_viewer.c
display_text.c
strncpy.c
@@ -27,20 +28,18 @@ grey_sh.S
#endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */
-highscore.c
-
#ifndef SIMULATOR
overlay.c
#endif
-#ifdef HAVE_LCD_CHARCELLS
-playergfx.c
-#endif
-
#ifdef RB_PROFILE
profile_plugin.c
#endif
+#ifdef HAVE_LCD_CHARCELLS
+playergfx.c
+#endif
+
#ifdef HAVE_LCD_BITMAP
#ifdef CPU_ARM