summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-02-23 20:46:33 +0000
committerJens Arnold <amiconn@rockbox.org>2006-02-23 20:46:33 +0000
commiteeec278d21ae258da9108bbbccf04d977c3d3bfa (patch)
treebcb651133b076f9adc62f25f72369db32bfdf4f8 /apps/plugins/lib/SOURCES
parentdf25cd5376a34898702b173e4d52badc088afa9f (diff)
downloadrockbox-eeec278d21ae258da9108bbbccf04d977c3d3bfa.zip
rockbox-eeec278d21ae258da9108bbbccf04d977c3d3bfa.tar.gz
rockbox-eeec278d21ae258da9108bbbccf04d977c3d3bfa.tar.bz2
rockbox-eeec278d21ae258da9108bbbccf04d977c3d3bfa.tar.xz
Made the overlay loader code part of the plugin library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8813 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index d9eb00c..291bc21 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -1,5 +1,4 @@
configfile.c
-highscore.c
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && !defined(SIMULATOR) && \
(CONFIG_LCD != LCD_IPOD2BPP)
gray_core.c
@@ -7,8 +6,9 @@ gray_draw.c
gray_parm.c
gray_scroll.c
#endif
-#ifdef HAVE_LCD_BITMAP
-xlcd.c
+highscore.c
+#ifndef SIMULATOR
+overlay.c
#endif
#ifdef HAVE_LCD_CHARCELLS
playergfx.c
@@ -16,3 +16,6 @@ playergfx.c
#ifdef RB_PROFILE
profile_plugin.c
#endif
+#ifdef HAVE_LCD_BITMAP
+xlcd.c
+#endif