summaryrefslogtreecommitdiff
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
parent273d05906de397785d97f71c221b8dde9e77e93e (diff)
downloadrockbox-926aae8161b8781885b33e342aec2a5183fd404a.tar.gz
rockbox-926aae8161b8781885b33e342aec2a5183fd404a.zip
reorder apps/plugins/lib/SOURCES.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26919 a1c6a512-1295-4272-9138-f99709370657
-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
9playback_control.c 9playback_control.c
10rgb_hsv.c 10rgb_hsv.c
11buflib.c 11buflib.c
12highscore.c
12simple_viewer.c 13simple_viewer.c
13display_text.c 14display_text.c
14strncpy.c 15strncpy.c
@@ -27,20 +28,18 @@ grey_sh.S
27 28
28#endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */ 29#endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */
29 30
30highscore.c
31
32#ifndef SIMULATOR 31#ifndef SIMULATOR
33overlay.c 32overlay.c
34#endif 33#endif
35 34
36#ifdef HAVE_LCD_CHARCELLS
37playergfx.c
38#endif
39
40#ifdef RB_PROFILE 35#ifdef RB_PROFILE
41profile_plugin.c 36profile_plugin.c
42#endif 37#endif
43 38
39#ifdef HAVE_LCD_CHARCELLS
40playergfx.c
41#endif
42
44#ifdef HAVE_LCD_BITMAP 43#ifdef HAVE_LCD_BITMAP
45 44
46#ifdef CPU_ARM 45#ifdef CPU_ARM